mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-16 20:40:42 +00:00
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>