diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-14 19:55:54 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-14 19:55:54 +0000 |
commit | e2be8d8d7ed7ca8bd3fdf7f6207cabd9cfb32b8e (patch) | |
tree | e01c58797188832f78fbdc41275c0456dde7066e /target-ppc/op_helper.c | |
parent | 064f6633d6983cc1bc443276088d088ec237e53b (diff) |
PPC: convert effective address computation to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5490 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.c')
-rw-r--r-- | target-ppc/op_helper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-ppc/op_helper.c b/target-ppc/op_helper.c index 4d8b464a36..28bbc98a3b 100644 --- a/target-ppc/op_helper.c +++ b/target-ppc/op_helper.c @@ -60,12 +60,6 @@ void do_raise_exception (uint32_t exception) do_raise_exception_err(exception, 0); } -void cpu_dump_EA (target_ulong EA); -void do_print_mem_EA (target_ulong EA) -{ - cpu_dump_EA(EA); -} - /*****************************************************************************/ /* Registers load and stores */ void do_load_cr (void) |