diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-09-07 16:13:27 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-09-15 17:44:33 +0000 |
commit | cf7e0c80aa21620ca36161faff7e0ce4f7b866ac (patch) | |
tree | 9b349fa2587b0401850f2e1c4f79688008067c0b /target-cris/Makefile.objs | |
parent | febc9920c66dd51245c2ca2ee88ada2aa5d0a63e (diff) | |
download | qemu-cf7e0c80aa21620ca36161faff7e0ce4f7b866ac.zip |
target-cris: Switch to AREG0 free mode
Add an explicit CPUCRISState parameter instead of relying on AREG0, and
use cpu_ld* in translation and interrupt handling. Remove AREG0 swapping
in tlb_fill(). Switch to AREG0 free mode
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'target-cris/Makefile.objs')
-rw-r--r-- | target-cris/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/Makefile.objs b/target-cris/Makefile.objs index 4b09e8c6b5..afb87bcc80 100644 --- a/target-cris/Makefile.objs +++ b/target-cris/Makefile.objs @@ -1,4 +1,2 @@ obj-y += translate.o op_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += mmu.o machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |