]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-xtensa: fix search_pc for the last TB opcode
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 19 Dec 2012 20:04:09 +0000 (00:04 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 16 Jan 2013 05:04:53 +0000 (23:04 -0600)
commit1205b8080fb596ce50b2dc0466587c012d9f979d
tree3914bcfb3539a2ee17f370a3bd082a4904cb8216
parentff0c079c1425b004019ab33f4ba1339d9ea365d2
target-xtensa: fix search_pc for the last TB opcode

Zero out tcg_ctx.gen_opc_instr_start for instructions representing the
last guest opcode in the TB.

Cc: qemu-stable@nongnu.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
(cherry picked from commit 36f25d2537c40c6c47f4abee5d31a24863d1adf7)

*modified to use older global version of gen_opc_instr_start

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/translate.c