PERFORCE change 37604 for review

Peter Wemm peter at FreeBSD.org
Fri Sep 5 15:21:08 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37604

Change 37604 by peter at 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 *)


More information about the p4-projects mailing list