TCG/x86: use stack for TCG temps
commitac0275dcfea6ec21705b30fe83c21686871e9d70
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 14 May 2011 13:14:45 +0000 (14 13:14 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 26 Jun 2011 18:25:51 +0000 (26 18:25 +0000)
treef8d2ed588f9ec7e41690229eaa9e743cef52aae9
parente83c80f7180fc70570c2592ee5af5835e2a6942b
TCG/x86: use stack for TCG temps

Use stack instead of temp_buf array in CPUState for TCG
temps.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/i386/tcg-target.c