diff options
Diffstat (limited to 'target-i386/helper.c')
-rw-r--r-- | target-i386/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index ce2b5eb346..f109d5a97e 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -1386,11 +1386,6 @@ int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr, return 1; } -target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr) -{ - return addr; -} - #else /* XXX: This value should match the one returned by CPUID |