summaryrefslogtreecommitdiff
path: root/target-sh4/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 10:37:06 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-09-15 17:44:33 +0000
commit485d003539b96c33b9f9f7c627d1071524ecc6a7 (patch)
tree4a8e81926029d2365de9afa4f340e8e6c1d3d7db /target-sh4/Makefile.objs
parentcf7e0c80aa21620ca36161faff7e0ce4f7b866ac (diff)
downloadqemu-485d003539b96c33b9f9f7c627d1071524ecc6a7.tar.gz
target-sh4: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Acked-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-sh4/Makefile.objs')
-rw-r--r--target-sh4/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-sh4/Makefile.objs b/target-sh4/Makefile.objs
index 2e0e093e1f..ca20f21443 100644
--- a/target-sh4/Makefile.objs
+++ b/target-sh4/Makefile.objs
@@ -1,4 +1,2 @@
obj-y += translate.o op_helper.o helper.o cpu.o
obj-$(CONFIG_SOFTMMU) += machine.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)