Re: [Qemu-devel] [PATCH v2] target-xtensa: fix search_pc for the last TB opcode

2012-12-22 Thread Blue Swirl
Thanks, applied. On Wed, Dec 19, 2012 at 8:04 PM, Max Filippov wrote: > Zero out tcg_ctx.gen_opc_instr_start for instructions representing the > last guest opcode in the TB. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Filippov > --- > Changes v1 -> v2: > - replace while loop with memset

[Qemu-devel] [PATCH v2] target-xtensa: fix search_pc for the last TB opcode

2012-12-19 Thread Max Filippov
Zero out tcg_ctx.gen_opc_instr_start for instructions representing the last guest opcode in the TB. Cc: qemu-sta...@nongnu.org Signed-off-by: Max Filippov --- Changes v1 -> v2: - replace while loop with memset target-xtensa/translate.c |6 +- 1 files changed, 5 insertions(+), 1 deletion