mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
x86: avoid AREG0 for misc helpers
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
329e607d8e
commit
4a7443be52
4 changed files with 84 additions and 83 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue