From: Ulrich Drepper Date: Fri, 13 Nov 1998 14:47:31 +0000 (+0000) Subject: (__JMP_BUF_SP): Correct value. X-Git-Tag: glibc-2.16-ports-before-merge~3028 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f05b28e62f918c6716dc433d4c24972ebc318f13;p=thirdparty%2Fglibc.git (__JMP_BUF_SP): Correct value. --- diff --git a/sysdeps/arm/fpu/bits/setjmp.h b/sysdeps/arm/fpu/bits/setjmp.h index 895356fe0a6..a9fb9f32b32 100644 --- a/sysdeps/arm/fpu/bits/setjmp.h +++ b/sysdeps/arm/fpu/bits/setjmp.h @@ -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. */