diff options
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r-- | target-ppc/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index cd1c9fea0e..fc54d71802 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -97,11 +97,6 @@ int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw, return 1; } -target_phys_addr_t cpu_get_phys_page_debug (CPUState *env, target_ulong addr) -{ - return addr; -} - #else /* Common routines used by software and hardware TLBs emulation */ static inline int pte_is_valid(target_ulong pte0) |