aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ia32/ia32_signal.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-11-08 02:36:05 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-11-08 02:36:05 +0000
commit42ad9517ccfef3220b5549c0ef944180206f5349 (patch)
treebf326dec2c9e931070b3ffae3d13a155a39b0dec /sys/compat/ia32/ia32_signal.h
parent8bdb7bde53ab967dd6c9a7ab5f25b42f6b679311 (diff)
downloadsrc-42ad9517ccfef3220b5549c0ef944180206f5349.tar.gz
src-42ad9517ccfef3220b5549c0ef944180206f5349.zip
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)
Notes
Notes: svn path=/head/; revision=122277
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 53f6c7392343..e9b3502baca3 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];