(__JMP_BUF_SP): Correct value.

This commit is contained in:
Ulrich Drepper 1998-11-13 14:47:31 +00:00
parent 11a39ef8a4
commit f05b28e62f
1 changed files with 1 additions and 1 deletions

View 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. */