xref: /netbsd-src/sys/arch/mips/include/setjmp.h (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1 /*	$NetBSD: setjmp.h,v 1.9 2009/12/14 00:46:05 matt Exp $	*/
2 
3 /*
4  * mips/setjmp.h: machine dependent setjmp-related information.
5  *
6  * For the size of this, refer to <machine/signal.h> as this uses the
7  * struct sigcontext to restore it.
8  */
9 
10 #define _JBLEN 87		/* XXX Naively 84; 87 for compatibility */
11 #ifdef __mips_n32
12 #define	_BSD_JBSLOT_T_		long long
13 #endif
14