diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-04-29 15:51:49 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-14 19:01:25 +0000 |
commit | 052e80d5e026a5414a02d5d979c37521eb33e07d (patch) | |
tree | 38cc0fbb3b65fbd61fb1f7d62b09aaeff44a9f4c /target-i386/Makefile.objs | |
parent | 7923057bae23e44f75a52ce3735c3bd5d55872c1 (diff) | |
download | qemu-052e80d5e026a5414a02d5d979c37521eb33e07d.zip |
x86: avoid AREG0 for SVM 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.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index d39ec8e935..a3450f6c37 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -7,7 +7,6 @@ obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-$(CONFIG_LINUX_USER) += ioport-user.o obj-$(CONFIG_BSD_USER) += ioport-user.o -$(obj)/svm_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) $(obj)/smm_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) $(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) $(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |