From 7fe089a006be7e9307245afb52055bc48cc5b514 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 8 Sep 2003 18:28:41 +0000 Subject: Hmm. Two copies of the mcontext... --- sys/amd64/include/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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 */ -- cgit v1.3