mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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
This commit is contained in:
parent
fd6776422b
commit
5a7b542bbd
7 changed files with 25 additions and 22 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue