diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 9fc0edae29..add6a47b12 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -1,6 +1,6 @@ /* * SH4 emulation - * + * * Copyright (c) 2005 Samuel Tardieu * * This library is free software; you can redistribute it and/or @@ -123,7 +123,7 @@ typedef struct CPUSH4State { CPUSH4State *cpu_sh4_init(void); int cpu_sh4_exec(CPUSH4State * s); -int cpu_sh4_signal_handler(int host_signum, void *pinfo, +int cpu_sh4_signal_handler(int host_signum, void *pinfo, void *puc); #include "softfloat.h" |