mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Adjust for recent input file changes.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user