diff options
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r-- | target-cris/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h index a4f555eb28..fe63f16986 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -45,8 +45,8 @@ static inline void regs_to_env(void) } int cpu_cris_handle_mmu_fault (CPUState *env, target_ulong address, int rw, - int is_user, int is_softmmu); -void tlb_fill (target_ulong addr, int is_write, int is_user, void *retaddr); + int mmu_idx, int is_softmmu); +void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr); #if !defined(CONFIG_USER_ONLY) #include "softmmu_exec.h" |