diff options
Diffstat (limited to 'target-alpha')
-rw-r--r-- | target-alpha/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/helper.c b/target-alpha/helper.c index f35ca9a..46335cd 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -173,11 +173,6 @@ int cpu_alpha_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; -} - void do_interrupt (CPUState *env) { env->exception_index = -1; |