aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r--target-sparc/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h
index d47163e2e2..19d1732e7c 100644
--- a/target-sparc/exec.h
+++ b/target-sparc/exec.h
@@ -30,6 +30,7 @@ static inline void regs_to_env(void)
int cpu_sparc_handle_mmu_fault(CPUState *env1, target_ulong address, int rw,
int mmu_idx, int is_softmmu);
+void do_interrupt(int intno);
static inline int cpu_halted(CPUState *env1) {
if (!env1->halted)