diff options
Diffstat (limited to 'target-m68k/cpu.h')
-rw-r--r-- | target-m68k/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-m68k/cpu.h b/target-m68k/cpu.h index 6a2aba4805..e2529eb0ac 100644 --- a/target-m68k/cpu.h +++ b/target-m68k/cpu.h @@ -223,6 +223,9 @@ static inline int cpu_mmu_index (CPUState *env) return (env->sr & SR_S) == 0 ? 1 : 0; } +int cpu_m68k_handle_mmu_fault(CPUState *env, target_ulong address, int rw, + int mmu_idx, int is_softmmu); + #if defined(CONFIG_USER_ONLY) static inline void cpu_clone_regs(CPUState *env, target_ulong newsp) { |