From 5a7b542bbd6d79a049b4a1ab5fe3e284fac46e9a Mon Sep 17 00:00:00 2001 From: ths Date: Wed, 31 Jan 2007 12:16:51 +0000 Subject: 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 --- target-arm/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target-arm') diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 359d5cbdc2..3208c138b5 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -133,8 +133,7 @@ void switch_mode(CPUARMState *, int); /* you can call this signal handler from your SIGBUS and SIGSEGV signal handlers to inform the virtual CPU of exceptions. non zero is returned if the signal was handled by the virtual CPU. */ -struct siginfo; -int cpu_arm_signal_handler(int host_signum, struct siginfo *info, +int cpu_arm_signal_handler(int host_signum, void *pinfo, void *puc); #define CPSR_M (0x1f) -- cgit v1.2.3