blob: f080c3d9f6ecbc6c3ad0f87f4c9006bcc1b6abf4 [file] [log] [blame]
#define _JBLEN 9
typedef long __jmp_buf[_JBLEN];
#define SP_INDEX 7
#define _JMPBUF_UNWINDS(buf, address) \
((void *)(address) < (void *)(buf)[SP_INDEX])