diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-07-03 16:01:57 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-23 15:09:37 +0000 |
commit | 2ffd9176b10caefab5f2bade13b1b54154266b35 (patch) | |
tree | cb0c460c8e9bdaf2210d9ed5acc0287e7abc9205 /Makefile.target | |
parent | cffc581873fdb482644acfc4f61d294ad4e81cf0 (diff) |
Sparc: avoid AREG0 for lazy condition code helpers
Make lazy condition code helpers take a parameter for CPUState instead
of relying on global env.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index a3da238c10..e720a12c61 100644 --- a/Makefile.target +++ b/Makefile.target @@ -97,7 +97,7 @@ tcg/tcg.o: cpu.h # HELPER_CFLAGS is used for all the code compiled with static register # variables -op_helper.o cc_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) +op_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) # Note: this is a workaround. The real fix is to avoid compiling # cpu_signal_handler() in user-exec.c. |