From 92fc4b586f8856ee9f2bad31fb6e9acd80fa8319 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 29 Apr 2012 20:35:48 +0000 Subject: x86: switch to AREG0 free mode Add an explicit CPUX86State parameter instead of relying on AREG0. Remove temporary wrappers and switch to AREG0 free mode. Signed-off-by: Blue Swirl --- target-i386/Makefile.objs | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-i386/Makefile.objs') diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index 71d7d3bb5b..c1d4f059da 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -6,5 +6,3 @@ obj-$(CONFIG_KVM) += kvm.o hyperv.o obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-$(CONFIG_LINUX_USER) += ioport-user.o obj-$(CONFIG_BSD_USER) += ioport-user.o - -$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -- cgit v1.2.3-55-g7522