Re: [Qemu-devel] [PATCH] target-xtensa: make sar_m32 global instead of local temp

2012-11-24 Thread Max Filippov
On Sat, Nov 24, 2012 at 2:59 PM, Aurelien Jarno wrote: > On Sat, Nov 24, 2012 at 04:51:36AM +0400, Max Filippov wrote: >> This fixes the following assertion caused by local temp reaching the end >> of TB in discarded state: >> >> qemu-system-xtensa: tcg/tcg.c:1665: temp_save: Assertion >> `s->t

Re: [Qemu-devel] [PATCH] target-xtensa: make sar_m32 global instead of local temp

2012-11-24 Thread Aurelien Jarno
On Sat, Nov 24, 2012 at 04:51:36AM +0400, Max Filippov wrote: > This fixes the following assertion caused by local temp reaching the end > of TB in discarded state: > > qemu-system-xtensa: tcg/tcg.c:1665: temp_save: Assertion > `s->temps[temp].val_type == 2 || s->temps[temp].fixed_reg' failed.

[Qemu-devel] [PATCH] target-xtensa: make sar_m32 global instead of local temp

2012-11-23 Thread Max Filippov
This fixes the following assertion caused by local temp reaching the end of TB in discarded state: qemu-system-xtensa: tcg/tcg.c:1665: temp_save: Assertion `s->temps[temp].val_type == 2 || s->temps[temp].fixed_reg' failed. Aborted Signed-off-by: Max Filippov --- target-xtensa/cpu.h |