]> git.ipfire.org Git - thirdparty/qemu.git/commit - target-sparc/translate.c
target-sparc: Remove cpu_tmp0 as a global
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:31 +0000 (19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:07 +0000 (07:56 +0000)
commitde9e9d9f17a36ff76c1a02a5348835e5e0a081b0
tree5822ae087a24a8a701041466dec5ba0e65e8ea8a
parent5793f2a47e201d251856c7956d6f7907ec0d9f1f
target-sparc: Remove cpu_tmp0 as a global

Subroutines do their own local temporary management.
Within disas_sparc_insn we limit the existance of the variable
to OP=2 insns, and delay initialization as late as is reasonable
for the specific XOP.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c