aboutsummaryrefslogtreecommitdiff
path: root/target-sparc
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc')
-rw-r--r--target-sparc/exec.h1
-rw-r--r--target-sparc/helper.h1
2 files changed, 1 insertions, 1 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)
diff --git a/target-sparc/helper.h b/target-sparc/helper.h
index 408944b33d..d39830c8a1 100644
--- a/target-sparc/helper.h
+++ b/target-sparc/helper.h
@@ -180,7 +180,6 @@ void cpu_lock(void);
void cpu_unlock(void);
void cpu_loop_exit(void);
void set_cwp(int new_cwp);
-void do_interrupt(int intno);
void memcpy32(target_ulong *dst, const target_ulong *src);
target_ulong mmu_probe(CPUState *env, target_ulong address, int mmulev);
void dump_mmu(CPUState *env);