|
@@ -40,4 +40,4 @@ typedef struct
|
|
|
/* Test if longjmp to JMPBUF would unwind the frame
|
|
|
containing a local variable at ADDRESS. */
|
|
|
#define _JMPBUF_UNWINDS(jmpbuf, address) \
|
|
|
- ((void *) (address) < (void *) (jmpbuf)->__sp)
|
|
|
+ ((void *) (address) < (void *) (jmpbuf)->__aregs[5])
|