OSDN Git Service

TCG/Sparc64: use stack for TCG temps
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 14 May 2011 17:06:56 +0000 (17:06 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:53 +0000 (18:25 +0000)
commitf44c99607a46484c52f03aed373e3a3a194af721
treeeffde5cb939cdbf22bc1869a000fb38d719f08d9
parentac0275dcfea6ec21705b30fe83c21686871e9d70
TCG/Sparc64: use stack for TCG temps

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 <blauwirbel@gmail.com>
tcg/sparc/tcg-target.c
tcg/tcg.c