diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 17:59:14 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 17:59:14 +0000 |
commit | 4da450e6167830c88225915eb7e75b582b634215 (patch) | |
tree | 556f4f8555520a29c5fddbc86886ce85d35ab05e /target-sparc/exec.h | |
parent | 293f78bc1b33e4da0fce3d59a7cc8426db8eb04c (diff) | |
download | qemu-4da450e6167830c88225915eb7e75b582b634215.zip qemu-4da450e6167830c88225915eb7e75b582b634215.tar.gz qemu-4da450e6167830c88225915eb7e75b582b634215.tar.bz2 |
Move prototype back to avoid a compiler warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4443 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |