diff options
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/exec.h b/target-cris/exec.h index 61714738d8..ec7346acd9 100644 --- a/target-cris/exec.h +++ b/target-cris/exec.h @@ -45,8 +45,6 @@ int cpu_cris_handle_mmu_fault (CPUState *env, target_ulong address, int rw, void cpu_cris_flush_flags(CPUCRISState *env, int cc_op); void helper_movec(CPUCRISState *env, int reg, uint32_t val); -void cpu_loop_exit(void); - static inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; |