[Qemu-devel] [PATCH 13/18] TCG/MIPS: use stack for TCG temps

2011-06-19 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. Signed-off-by: Blue Swirl --- tcg/mips/tcg-target.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tcg/mips/tcg-target.c b/tcg/mips/tcg-target.c index 79e20fa..d536457 100644 --- a/tcg/mips/tcg-target.

[Qemu-devel] [PATCH 13/18] TCG/MIPS: use stack for TCG temps

2011-05-28 Thread Blue Swirl
Use stack instead of temp_buf array in CPUState for TCG temps. Signed-off-by: Blue Swirl --- tcg/mips/tcg-target.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tcg/mips/tcg-target.c b/tcg/mips/tcg-target.c index 79e20fa..d536457 100644 --- a/tcg/mips/tcg-target.