aboutsummaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-31 12:16:51 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-31 12:16:51 +0000
commit5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a (patch)
treeccf15bf45b0eef9ceb32a3b381e7a4b6569974ae /target-sh4
parentfd6776422bb97e957f7771a84fd4f1399557b973 (diff)
siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2369 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4')
-rw-r--r--target-sh4/cpu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h
index 7296d9eef..e844d690e 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"