diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-09 19:50:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-09 19:50:01 +0000 |
commit | 49783c67c02d1c74fbc628c138bee025592a2652 (patch) | |
tree | 151beaa011fafc3e1eba70edb00a00d65c74b2f7 /sysdeps/unix/sysv/linux/sparc/bits/setjmp.h | |
parent | ae11e4128c9a209c62c1c79532318f1ea0ab76f8 (diff) | |
download | glibc-49783c67c02d1c74fbc628c138bee025592a2652.tar glibc-49783c67c02d1c74fbc628c138bee025592a2652.tar.gz glibc-49783c67c02d1c74fbc628c138bee025592a2652.tar.bz2 glibc-49783c67c02d1c74fbc628c138bee025592a2652.zip |
Adjust for recent input file changes.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/setjmp.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/setjmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/setjmp.h b/sysdeps/unix/sysv/linux/sparc/bits/setjmp.h index 7dc822929f..4fb7c90fd5 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/setjmp.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/setjmp.h @@ -61,7 +61,7 @@ typedef struct __sparc64_jmp_buf /* Test if longjmp to JMPBUF would unwind the frame containing a local variable at ADDRESS. */ #define _JMPBUF_UNWINDS(jmpbuf, address, demangle) \ - ((unsigned long int) (address) < (jmpbuf)->uc_mcontext.mc_fp) + ((unsigned long int) (address) < (jmpbuf)->uc_mcontext.mc_fp + 2047) #else |