aboutsummaryrefslogtreecommitdiffstats
path: root/target-sparc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r--target-sparc/exec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index 75410aa79..36fd1176f 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -24,9 +24,6 @@ static inline void regs_to_env(void)
/* op_helper.c */
void do_interrupt(CPUState *env);
-/* cpu-exec.c */
-void cpu_loop_exit(void);
-
static inline int cpu_halted(CPUState *env1) {
if (!env1->halted)
return 0;