1 1.4 matt /* $NetBSD: setjmp.h,v 1.4 2002/03/27 18:37:17 matt Exp $ */ 2 1.1 cgd 3 1.1 cgd /* 4 1.1 cgd * machine/setjmp.h: machine dependent setjmp-related information. 5 1.1 cgd */ 6 1.1 cgd 7 1.3 matt #ifdef __ELF__ 8 1.3 matt #define _JBLEN 24 /* size, in longs, of a jmp_buf */ 9 1.4 matt /* 11 for sigcontext, 6 for r6-r11, and 7 extra */ 10 1.3 matt #else 11 1.2 christos #define _JBLEN 14 /* size, in longs, of a jmp_buf */ 12 1.4 matt /* 11 for sigcontext and 3 extra */ 13 1.3 matt #endif 14