From f2bc7e7fa175b61a20c6f10c324d7c4d68af676f Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Tue, 27 May 2008 17:35:30 +0000 Subject: Move non-op functions from op_helper.c to helper.c and vice versa. Rearrange interrupt handling to match other targets. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4590 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sparc/exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-sparc/exec.h') 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) -- cgit v1.2.1