* [Qemu-devel] [PATCH] Remove GenOpFunc typedefs
@ 2009-02-08 17:02 Stuart Brady
2009-02-08 17:18 ` Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Stuart Brady @ 2009-02-08 17:02 UTC (permalink / raw)
To: qemu-devel
This patch removes the GenOpFunc typedefs from exec-all.h, which are no
longer needed, now that dyngen has been removed.
Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
Index: exec-all.h
===================================================================
--- exec-all.h (revision 6563)
+++ exec-all.h (working copy)
@@ -57,11 +57,6 @@
extern target_ulong gen_opc_jump_pc[2];
extern uint32_t gen_opc_hflags[OPC_BUF_SIZE];
-typedef void (GenOpFunc)(void);
-typedef void (GenOpFunc1)(long);
-typedef void (GenOpFunc2)(long, long);
-typedef void (GenOpFunc3)(long, long, long);
-
#include "qemu-log.h"
void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
--
Stuart Brady
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-08 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-08 17:02 [Qemu-devel] [PATCH] Remove GenOpFunc typedefs Stuart Brady
2009-02-08 17:18 ` Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).