Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 15:21:07 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37604 for review
Message-ID:  <200309052221.h85ML7J5065602@repoman.freebsd.org>

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

Change 37604 by peter@peter_hammer on 2003/09/05 15:20:30

	increase size of fpjmp_buf for safety

Affected files ...

.. //depot/projects/ezm3/libs/m3core/src/C/FBSD_AMD64/Csetjmp.i3#2 edit

Differences ...

==== //depot/projects/ezm3/libs/m3core/src/C/FBSD_AMD64/Csetjmp.i3#2 (text+ko) ====

@@ -14,7 +14,7 @@
   jmp_buf = ARRAY [0..11] OF long; (* actually, this is a sigjmp_buf,
                                      just in case *)
 
-  fpjmp_buf = ARRAY [0..71] OF long; (* this is needed to hold the
+  fpjmp_buf = ARRAY [0..79] OF long; (* this is needed to hold the
                                        fpu state, which the ordinary
                                        versions of setjmp/longjmp 
                                        do not save and restore *)



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