aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-09-08 18:28:41 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-09-08 18:28:41 +0000
commit7fe089a006be7e9307245afb52055bc48cc5b514 (patch)
treea0fe3b239aafeb17274760734c35c15640022b02 /sys
parent9d1be4e42ea73f5cf20ebf85b4aec631f064f5a4 (diff)
Notes
Diffstat (limited to 'sys')
-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 baa0c4e01369..a678ec159850 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 */