]> Git Repo - qemu.git/commit - target-sparc/translate.c
target-sparc: Remove cpu_tmp0 as a global
authorRichard Henderson <[email protected]>
Tue, 16 Oct 2012 09:32:31 +0000 (19:32 +1000)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-sparc/translate.c
This page took 0.025582 seconds and 4 git commands to generate.