Searched hist:e5138db510efb61523be92c225d8c65eb985fff0 (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | e5138db510efb61523be92c225d8c65eb985fff0 Sat Nov 24 10:53:55 UTC 2012 Aurelien Jarno <aurelien@aurel32.net> tcg: mark local temps as MEM in dead_temp()
In dead_temp, local temps should always be marked as back to memory, even if they have not been allocated (i.e. they are discared before cross a basic block).
It fixes the following assertion in 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
Reported-by: Max Filippov <jcmvbkbc@gmail.com> Tested-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|