diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-05-30 04:23:31 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:42 +0200 |
commit | c6c7cf05e126d4dd1d9bfcb1aaf1b2cc66f5fa9a (patch) | |
tree | 45f6e40cfa51f66ced315ef8f443e3c9b54ab888 /target-ppc/Makefile.objs | |
parent | ec19c4d14643a38890745d46535d3149fec2033f (diff) |
ppc: Avoid AREG0 for MMU etc. helpers
Add an explicit CPUPPCState parameter instead of relying on AREG0.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/Makefile.objs')
-rw-r--r-- | target-ppc/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-ppc/Makefile.objs b/target-ppc/Makefile.objs index 0f89c2c53a..71e25b14e1 100644 --- a/target-ppc/Makefile.objs +++ b/target-ppc/Makefile.objs @@ -7,5 +7,4 @@ obj-y += fpu_helper.o obj-y += int_helper.o obj-y += mmu_helper.o -$(obj)/mmu_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |