]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly mips/jmp_buf.h.~2~
authorBrendan Kehoe <brendan@zen.org>
Thu, 30 Apr 1992 03:10:23 +0000 (03:10 +0000)
committerBrendan Kehoe <brendan@zen.org>
Thu, 30 Apr 1992 03:10:23 +0000 (03:10 +0000)
sysdeps/mips/jmp_buf.h

index 9f191a1dba1a9b5c298416a93c983902ce269e40..b2c9edbe010a97709b55c6eacb19f6d2dba49b83 100644 (file)
@@ -39,6 +39,6 @@ typedef struct
   int __fpc_csr;
 
   /* Callee-saved floating point registers.  */
-  int __fpregs[6];
+  double __fpregs[6];
 
 } __jmp_buf[1];