Re: [Qemu-devel] assertion in temp_save

2012-11-20 Thread Max Filippov
On Tue, Nov 20, 2012 at 9:47 PM, Aurelien Jarno wrote: > On Tue, Nov 20, 2012 at 05:09:57AM +0300, Max Filippov wrote: >> On Sun, Nov 18, 2012 at 7:34 AM, Max Filippov wrote: >> > On Sun, Nov 18, 2012 at 7:19 AM, Max Filippov wrote: >> >> Hi Aurelien, >> >> >> >> starting with commit 2c0366f tcg

Re: [Qemu-devel] assertion in temp_save

2012-11-20 Thread Aurelien Jarno
On Tue, Nov 20, 2012 at 05:09:57AM +0300, Max Filippov wrote: > On Sun, Nov 18, 2012 at 7:34 AM, Max Filippov wrote: > > On Sun, Nov 18, 2012 at 7:19 AM, Max Filippov wrote: > >> Hi Aurelien, > >> > >> starting with commit 2c0366f tcg: don't explicitly save globals and temps > >> I get the follow

Re: [Qemu-devel] assertion in temp_save

2012-11-19 Thread Max Filippov
On Sun, Nov 18, 2012 at 7:34 AM, Max Filippov wrote: > On Sun, Nov 18, 2012 at 7:19 AM, Max Filippov wrote: >> Hi Aurelien, >> >> starting with commit 2c0366f tcg: don't explicitly save globals and temps >> I get the following abort on target-xtensa: >> >> qemu-system-xtensa: tcg/tcg.c:1665: temp

Re: [Qemu-devel] assertion in temp_save

2012-11-17 Thread Max Filippov
On Sun, Nov 18, 2012 at 7:19 AM, Max Filippov wrote: > Hi Aurelien, > > starting with commit 2c0366f tcg: don't explicitly save globals and temps > I get the following abort on target-xtensa: > > qemu-system-xtensa: tcg/tcg.c:1665: temp_save: Assertion > `s->temps[temp].val_type == 2 || s->temps[t

[Qemu-devel] assertion in temp_save

2012-11-17 Thread Max Filippov
Hi Aurelien, starting with commit 2c0366f tcg: don't explicitly save globals and temps I get the following abort on target-xtensa: qemu-system-xtensa: tcg/tcg.c:1665: temp_save: Assertion `s->temps[temp].val_type == 2 || s->temps[temp].fixed_reg' failed. Aborted I see that that commit only adds