diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-04-29 19:47:06 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-14 19:01:26 +0000 |
commit | 2999a0b20074a7e4a58f56572bb1436749368f59 (patch) | |
tree | d3aa76ce12c4349cd53b11ac97df2930917f3460 /target-i386/Makefile.objs | |
parent | 4a7443be520f5737009ea47f93e4aa0328eecbca (diff) |
x86: avoid AREG0 in segmentation helpers
Add an explicit CPUX86State parameter instead of relying on AREG0.
Rename remains of op_helper.c to seg_helper.c.
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 13a7f6a685..71d7d3bb5b 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -8,4 +8,3 @@ obj-$(CONFIG_LINUX_USER) += ioport-user.o obj-$(CONFIG_BSD_USER) += ioport-user.o $(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -$(obj)/seg_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |