Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2003 16:26:26 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29562 for review
Message-ID:  <200304232326.h3NNQQhw072575@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29562

Change 29562 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304232326.h3NNQQhw072575>