diff options
Diffstat (limited to 'target-arm/exec.h')
-rw-r--r-- | target-arm/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-arm/exec.h b/target-arm/exec.h index 9da19150b2..0c53b8d5f5 100644 --- a/target-arm/exec.h +++ b/target-arm/exec.h @@ -46,7 +46,7 @@ static inline void regs_to_env(void) } int cpu_arm_handle_mmu_fault (CPUState *env, target_ulong address, int rw, - int is_user, int is_softmmu); + int mmu_idx, int is_softmmu); static inline int cpu_halted(CPUState *env) { if (!env->halted) |