aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k/exec.h')
-rw-r--r--target-m68k/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h
index dc5bf5e60..b9e13ef04 100644
--- a/target-m68k/exec.h
+++ b/target-m68k/exec.h
@@ -38,7 +38,7 @@ static inline void regs_to_env(void)
}
int cpu_m68k_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
- int is_user, int is_softmmu);
+ int mmu_idx, int is_softmmu);
#if !defined(CONFIG_USER_ONLY)
#include "softmmu_exec.h"