aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-09-02 07:33:39 +0000
committerMichael Roth <mdroth@linux.vnet.ibm.com>2012-10-09 01:42:06 -0500
commit71742e6c6803e0b623c7b5de81723e081c23b88c (patch)
tree24292f60dead1ffb9e63b8c0e10aacc393e38895 /target-s390x/Makefile.objs
parent719a60ddb3d239611126ef3ae8a2caf4828cea81 (diff)
target-s390x: avoid AREG0 for misc helpers
Make misc helpers take a parameter for CPUState instead of relying on global env. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> [agraf: fix conflict] Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'target-s390x/Makefile.objs')
-rw-r--r--target-s390x/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-s390x/Makefile.objs b/target-s390x/Makefile.objs
index 736cf331bb..156d9469a3 100644
--- a/target-s390x/Makefile.objs
+++ b/target-s390x/Makefile.objs
@@ -4,4 +4,3 @@ obj-$(CONFIG_SOFTMMU) += machine.o
obj-$(CONFIG_KVM) += kvm.o
$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)