summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-09 19:50:01 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-09 19:50:01 +0000
commit49783c67c02d1c74fbc628c138bee025592a2652 (patch)
tree151beaa011fafc3e1eba70edb00a00d65c74b2f7 /sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
parentae11e4128c9a209c62c1c79532318f1ea0ab76f8 (diff)
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.h2
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