]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: don't emit extra tcg_gen_goto_tb
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 20 Sep 2012 22:59:50 +0000 (02:59 +0400)
committermalc <av1474@comtv.ru>
Thu, 20 Sep 2012 23:07:27 +0000 (03:07 +0400)
commitc26032b2c91721245bfec542d94f37a0238e986e
tree19f5a51dc69245a7661836ac1acb1fc869590926
parentf9cb5045d1eb6d187b0849d0f36735d3aac1a37f
target-xtensa: don't emit extra tcg_gen_goto_tb

Unconditional gen_check_loop_end at the end of disas_xtensa_insn
can emit tcg_gen_goto_tb with slot id already used in the TB (e.g. when
TB ends at LEND with a branch).

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Cc: qemu-stable <qemu-stable@nongnu.org>
Signed-off-by: malc <av1474@comtv.ru>
target-xtensa/translate.c