diff options
Diffstat (limited to 'target-m68k/exec.h')
-rw-r--r-- | target-m68k/exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h index 9117484598..fba371cf40 100644 --- a/target-m68k/exec.h +++ b/target-m68k/exec.h @@ -37,9 +37,6 @@ static inline void regs_to_env(void) { } -int cpu_m68k_handle_mmu_fault (CPUState *env, target_ulong address, int rw, - int mmu_idx, int is_softmmu); - #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" #endif |