]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
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)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 Dec 2012 12:09:24 +0000 (12:09 +0000)
commit36f25d2537c40c6c47f4abee5d31a24863d1adf7
tree0cfc3217fd2a5b992c56bb03915a98dfe5ab2aed
parent3f124b687462ce3140d963a024705a89cdc8cee8
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>
target-xtensa/translate.c