diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-08 17:17:52 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-08 17:17:52 +0000 |
commit | 4f396364a695cef83f9c12618a6919736d3b048b (patch) | |
tree | 628a0070759e9f10ad135097c7769222b841b622 /exec-all.h | |
parent | 35fa16442e772bf998f40c355444d5a56fda7577 (diff) |
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
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exec-all.h b/exec-all.h index 88f0321d22..143aca184f 100644 --- a/exec-all.h +++ b/exec-all.h @@ -57,11 +57,6 @@ extern uint16_t gen_opc_icount[OPC_BUF_SIZE]; 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); |