]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/mips: use stack for TCG temps
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:26 +0000 (18:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commitadf89e7483269563731284dc75c572efa23cfd97
tree357761d6c693fde186ab34096dc7101401625239
parent8193cdd0d003de347e48c80e27ae0e92002dd6e5
tcg/mips: use stack for TCG temps

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

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c