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