summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/signal.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-08 18:28:41 +0000
committerpeter <peter@FreeBSD.org>2003-09-08 18:28:41 +0000
commite5a82b31ca195d2d776a4bc9a881b37994416a60 (patch)
treea0fe3b239aafeb17274760734c35c15640022b02 /sys/amd64/include/signal.h
parentf3ab4f716782c3dca46c3d508e4d82db5ec28158 (diff)
downloadFreeBSD-src-e5a82b31ca195d2d776a4bc9a881b37994416a60.zip
FreeBSD-src-e5a82b31ca195d2d776a4bc9a881b37994416a60.tar.gz
Hmm. Two copies of the mcontext...
Diffstat (limited to 'sys/amd64/include/signal.h')
-rw-r--r--sys/amd64/include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h
index baa0c4e..a678ec1 100644
--- a/sys/amd64/include/signal.h
+++ b/sys/amd64/include/signal.h
@@ -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 */
OpenPOWER on IntegriCloud