diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-05 19:56:07 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-05 19:56:07 +0000 |
commit | 30d6cb8479163676bf27bf73464a899db985f1f9 (patch) | |
tree | 32dd557b2ae73a94344722f6726b95664124c97e /exec-all.h | |
parent | 6f970bd90ec4ee73cf7a27616d44f1a1e0056532 (diff) | |
download | qemu-30d6cb8479163676bf27bf73464a899db985f1f9.tar.gz qemu-30d6cb8479163676bf27bf73464a899db985f1f9.tar.bz2 qemu-30d6cb8479163676bf27bf73464a899db985f1f9.zip |
correct MIPS state restoring (Daniel Jacobowitz)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1686 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h index 08351354ed..58debaa1bf 100644 --- a/exec-all.h +++ b/exec-all.h @@ -62,6 +62,7 @@ extern target_ulong gen_opc_npc[OPC_BUF_SIZE]; extern uint8_t gen_opc_cc_op[OPC_BUF_SIZE]; extern uint8_t gen_opc_instr_start[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); |