compile fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1019 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
450e18b8b8
commit
d1d9f42119
@ -903,7 +903,7 @@ typedef struct ucontext SIGCONTEXT;
|
|||||||
# define TRAP_sig(context) EXCEPREG_sig(exception, context) /* number of powerpc exception taken */
|
# define TRAP_sig(context) EXCEPREG_sig(exception, context) /* number of powerpc exception taken */
|
||||||
#endif /* __APPLE__ */
|
#endif /* __APPLE__ */
|
||||||
|
|
||||||
int cpu_signal_handler(int host_signum, siginfo *info,
|
int cpu_signal_handler(int host_signum, struct siginfo *info,
|
||||||
void *puc)
|
void *puc)
|
||||||
{
|
{
|
||||||
struct ucontext *uc = puc;
|
struct ucontext *uc = puc;
|
||||||
|
Loading…
Reference in New Issue
Block a user