(__JMP_BUF_SP): Correct value.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Nov 1998 14:47:31 +0000 (14:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Nov 1998 14:47:31 +0000 (14:47 +0000)
sysdeps/arm/fpu/bits/setjmp.h

index 895356f..a9fb9f3 100644 (file)
@@ -28,7 +28,7 @@
 typedef int __jmp_buf[22];
 #endif
 
-#define __JMP_BUF_SP           8
+#define __JMP_BUF_SP           20
 
 /* Test if longjmp to JMPBUF would unwind the frame
    containing a local variable at ADDRESS.  */