diff options
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r-- | target-ppc/helper.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index c6ac6cb0e0..1dac1511d4 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -2899,19 +2899,6 @@ void ppc_hw_interrupt (CPUPPCState *env) } #endif /* !CONFIG_USER_ONLY */ -void cpu_dump_EA (target_ulong EA) -{ - FILE *f; - - if (logfile) { - f = logfile; - } else { - f = stdout; - return; - } - fprintf(f, "Memory access at address " ADDRX "\n", EA); -} - void cpu_dump_rfi (target_ulong RA, target_ulong msr) { FILE *f; |