mirror of
https://github.com/mii443/qemu.git
synced 2025-08-29 18:39:26 +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>