]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:08 +0000 (01:42 -0500)
commitcc10061717877fc65b5c734c43c55f471913ce92
treee0f4d9e0ab55493510b756a6051f8e87ab39cf8f
parent44219e7df216df7c91aa6fccf650f7f847541793
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>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/translate.c