From 4da450e6167830c88225915eb7e75b582b634215 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Mon, 12 May 2008 17:59:14 +0000 Subject: Move prototype back to avoid a compiler warning git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4443 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-sparc/exec.h') diff --git a/target-sparc/exec.h b/target-sparc/exec.h index d47163e..19d1732 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) -- cgit v1.1