summaryrefslogtreecommitdiffstats
path: root/sys/compat/ia32/ia32_signal.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-08 02:36:05 +0000
committerpeter <peter@FreeBSD.org>2003-11-08 02:36:05 +0000
commit0084fd36b857d4130110925e067f452a219039ea (patch)
treebf326dec2c9e931070b3ffae3d13a155a39b0dec /sys/compat/ia32/ia32_signal.h
parent76b884d0434bd0952bf9b4a4587b34c9a770b0ca (diff)
downloadFreeBSD-src-0084fd36b857d4130110925e067f452a219039ea.zip
FreeBSD-src-0084fd36b857d4130110925e067f452a219039ea.tar.gz
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)
Diffstat (limited to 'sys/compat/ia32/ia32_signal.h')
-rw-r--r--sys/compat/ia32/ia32_signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/ia32/ia32_signal.h b/sys/compat/ia32/ia32_signal.h
index 53f6c73..e9b3502 100644
--- a/sys/compat/ia32/ia32_signal.h
+++ b/sys/compat/ia32/ia32_signal.h
@@ -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];
OpenPOWER on IntegriCloud