summaryrefslogtreecommitdiff
path: root/target-i386/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-04-29 18:42:47 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-08-14 19:01:26 +0000
commit4a7443be520f5737009ea47f93e4aa0328eecbca (patch)
treee2797959119646c3f4b7d23b4bf4b483e6491b87 /target-i386/Makefile.objs
parent329e607d8efc77553b1bbf5059045301e50c32c8 (diff)
downloadqemu-4a7443be520f5737009ea47f93e4aa0328eecbca.tar.gz
x86: avoid AREG0 for misc helpers
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386/Makefile.objs')
-rw-r--r--target-i386/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs
index 36b97bcbb4..13a7f6a685 100644
--- a/target-i386/Makefile.objs
+++ b/target-i386/Makefile.objs
@@ -7,6 +7,5 @@ obj-$(CONFIG_NO_KVM) += kvm-stub.o
obj-$(CONFIG_LINUX_USER) += ioport-user.o
obj-$(CONFIG_BSD_USER) += ioport-user.o
-$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
$(obj)/seg_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)