PERFORCE change 29562 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 23 16:26:28 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=29562
Change 29562 by peter at peter_daintree on 2003/04/23 16:25:43
increase size of jmp_buf. I'm not 100% sure this is right yet.
registers are double size, but sigset_t is the same.. but there
are more registers.. so I think it works out to be this size.
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/setjmp.h#4 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/setjmp.h#4 (text+ko) ====
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
-#define _JBLEN 11 /* Size of the jmp_buf on x86. */
+#define _JBLEN 22 /* Size of the jmp_buf on x86. */
/*
* jmp_buf and sigjmp_buf are encapsulated in different structs to force
More information about the p4-projects
mailing list