Commit 4f396364a695cef83f9c12618a6919736d3b048b
1 parent
35fa1644
Remove GenOpFunc typedefs
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> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6564 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
5 deletions
exec-all.h
@@ -57,11 +57,6 @@ extern uint16_t gen_opc_icount[OPC_BUF_SIZE]; | @@ -57,11 +57,6 @@ extern uint16_t gen_opc_icount[OPC_BUF_SIZE]; | ||
57 | extern target_ulong gen_opc_jump_pc[2]; | 57 | extern target_ulong gen_opc_jump_pc[2]; |
58 | extern uint32_t gen_opc_hflags[OPC_BUF_SIZE]; | 58 | extern uint32_t gen_opc_hflags[OPC_BUF_SIZE]; |
59 | 59 | ||
60 | -typedef void (GenOpFunc)(void); | ||
61 | -typedef void (GenOpFunc1)(long); | ||
62 | -typedef void (GenOpFunc2)(long, long); | ||
63 | -typedef void (GenOpFunc3)(long, long, long); | ||
64 | - | ||
65 | #include "qemu-log.h" | 60 | #include "qemu-log.h" |
66 | 61 | ||
67 | void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb); | 62 | void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb); |