aboutsummaryrefslogtreecommitdiffstats
path: root/target-m68k
diff options
context:
space:
mode:
Diffstat (limited to 'target-m68k')
-rw-r--r--target-m68k/exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-m68k/exec.h b/target-m68k/exec.h
index 745606ec0..f67941d22 100644
--- a/target-m68k/exec.h
+++ b/target-m68k/exec.h
@@ -44,8 +44,6 @@ int cpu_m68k_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
#include "softmmu_exec.h"
#endif
-void cpu_loop_exit(void);
-
static inline int cpu_halted(CPUState *env) {
if (!env->halted)
return 0;