Point the description of the fpu data in the context structures to
i386/include/npx.h instead of the host's machine/npx.h (which might not exist)
This commit is contained in:
parent
76b884d043
commit
0084fd36b8
@ -62,7 +62,7 @@ struct ia32_mcontext {
|
||||
int mc_ownedfp;
|
||||
int mc_spare1[1]; /* align next field to 16 bytes */
|
||||
/*
|
||||
* See <machine/npx.h> for the internals of mc_fpstate[].
|
||||
* See <i386/include/npx.h> for the internals of mc_fpstate[].
|
||||
*/
|
||||
int mc_fpstate[128] __aligned(16);
|
||||
int mc_spare2[8];
|
||||
|
Loading…
Reference in New Issue
Block a user