diff options
Diffstat (limited to 'target-cris/exec.h')
-rw-r--r-- | target-cris/exec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h index fe63f16986..123c5386cb 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -46,7 +46,6 @@ static inline void regs_to_env(void) int cpu_cris_handle_mmu_fault (CPUState *env, target_ulong address, int rw, 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" |