diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-09-02 07:27:38 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-09-15 17:44:32 +0000 |
commit | 31871141521225d089b7705a5d73bf03c605c964 (patch) | |
tree | 182accce5427dd712b9698a00547d438da40df5b /target-m68k/Makefile.objs | |
parent | 32ac0ca2ecc0ea0eb6b868abcbe0a7d094870cfd (diff) |
target-m68k: switch to AREG0 free mode
Add an explicit CPUState parameter instead of relying on AREG0
and switch to AREG0 free mode.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-m68k/Makefile.objs')
-rw-r--r-- | target-m68k/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-m68k/Makefile.objs b/target-m68k/Makefile.objs index cda60157f5..7eccfab0e4 100644 --- a/target-m68k/Makefile.objs +++ b/target-m68k/Makefile.objs @@ -1,5 +1,3 @@ obj-y += m68k-semi.o obj-y += translate.o op_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |