diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 7296d9eef4..e844d690e2 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -121,9 +121,8 @@ typedef struct CPUSH4State { CPUSH4State *cpu_sh4_init(void); int cpu_sh4_exec(CPUSH4State * s); -struct siginfo; -int cpu_sh4_signal_handler(int hostsignum, struct siginfo *info, - void *puc); +int cpu_sh4_signal_handler(int host_signum, void *pinfo, + void *puc); #include "softfloat.h" |