summaryrefslogtreecommitdiff
path: root/target-unicore32/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:42:33 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-09-15 17:44:32 +0000
commit04a130eaa10f3d2af6ac9fb68a8daffd40a2f9aa (patch)
tree9a3f3932bd951babd6c4508a8b1b5d26be5a50a0 /target-unicore32/Makefile.objs
parentd4d79bb144f0958f7ee2c6c9ef820dc06c1ff476 (diff)
downloadqemu-04a130eaa10f3d2af6ac9fb68a8daffd40a2f9aa.tar.gz
target-unicore32: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Tested-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-unicore32/Makefile.objs')
-rw-r--r--target-unicore32/Makefile.objs2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-unicore32/Makefile.objs b/target-unicore32/Makefile.objs
index 777f01fef8..8e143da937 100644
--- a/target-unicore32/Makefile.objs
+++ b/target-unicore32/Makefile.objs
@@ -2,5 +2,3 @@ obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += ucf64_helper.o
obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)