aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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 */