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:
peter 2003-11-08 02:36:05 +00:00
parent 76b884d043
commit 0084fd36b8

View File

@ -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];