diff options
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r-- | target-sh4/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h index a606fd1861..608179918b 100644 --- a/target-sh4/exec.h +++ b/target-sh4/exec.h @@ -63,7 +63,7 @@ static inline void env_to_regs(void) } int cpu_sh4_handle_mmu_fault(CPUState * env, target_ulong address, int rw, - int is_user, int is_softmmu); + int mmu_idx, int is_softmmu); int find_itlb_entry(CPUState * env, target_ulong address, int use_asid, int update); |