diff options
Diffstat (limited to 'target-sparc/exec.h')
-rw-r--r-- | target-sparc/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sparc/exec.h b/target-sparc/exec.h index 19d1732e7c..3ef0cf9aca 100644 --- a/target-sparc/exec.h +++ b/target-sparc/exec.h @@ -30,7 +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); +void do_interrupt(CPUState *env); static inline int cpu_halted(CPUState *env1) { if (!env1->halted) |