commit | f44c99607a46484c52f03aed373e3a3a194af721 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat May 14 17:06:56 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Jun 26 18:25:53 2011 +0000 |
tree | effde5cb939cdbf22bc1869a000fb38d719f08d9 | |
parent | ac0275dcfea6ec21705b30fe83c21686871e9d70 [diff] |
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>