diff options
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) |