]> Git Repo - qemu.git/commit - target-xtensa/translate.c
target-xtensa: don't emit extra tcg_gen_goto_tb
authorMax Filippov <[email protected]>
Thu, 20 Sep 2012 22:59:50 +0000 (02:59 +0400)
committermalc <[email protected]>
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 <[email protected]>
Cc: qemu-stable <[email protected]>
Signed-off-by: malc <[email protected]>
target-xtensa/translate.c
This page took 0.025905 seconds and 4 git commands to generate.