[Qemu-devel] [PATCH 06/18] TCG/Sparc64: use stack for TCG temps

2011-06-19 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. On Sparc64, stack pointer is not aligned but there is a fixed bias of 2047, so don't try to enforce alignment. Signed-off-by: Blue Swirl --- tcg/sparc/tcg-target.c |7 --- tcg/tcg.c |2 ++ 2 files changed, 6

[Qemu-devel] [PATCH 06/18] TCG/Sparc64: use stack for TCG temps

2011-05-28 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. On Sparc64, stack pointer is not aligned but there is a fixed bias of 2047, so don't try to enforce alignment. Signed-off-by: Blue Swirl --- tcg/sparc/tcg-target.c |7 --- tcg/tcg.c |2 ++ 2 files changed, 6