diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-11 15:17:41 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-11 15:17:41 +0000 |
commit | 9621339dcacc148a86d312d1e71623202c9df7db (patch) | |
tree | f9fc7030ac6c63cf302f03c8297990e0fa90b205 /translate-i386.c | |
parent | ede28208d86096cd80699d8105f8ee2e909c4268 (diff) |
changed basic block exit generation
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@322 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'translate-i386.c')
-rw-r--r-- | translate-i386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate-i386.c b/translate-i386.c index a8ee672b24..871d997414 100644 --- a/translate-i386.c +++ b/translate-i386.c @@ -4163,6 +4163,7 @@ static inline int gen_intermediate_code_internal(TranslationBlock *tb, int searc if (dc->is_jmp != DISAS_TB_JUMP) { /* indicate that the hash table must be used to find the next TB */ gen_op_movl_T0_0(); + gen_op_exit_tb(); } *gen_opc_ptr = INDEX_op_end; /* we don't forget to fill the last values */ |