Hmm. Two copies of the mcontext...

This commit is contained in:
Peter Wemm 2003-09-08 18:28:41 +00:00
parent 9d1be4e42e
commit 7fe089a006

View File

@ -104,7 +104,7 @@ struct sigcontext {
long sc_fpformat;
long sc_ownedfp;
long sc_spare1[1];
long sc_fpstate[128] __aligned(16);
long sc_fpstate[64] __aligned(16);
long sc_spare2[8];
};
#endif /* __BSD_VISIBLE */