setjmp.h revision 1.8
1/*	$NetBSD: setjmp.h,v 1.8 2009/08/12 05:12:58 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#if defined(__mips_n32) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIN32)
11/*
12 * With the N32 ABI, registers have 64 bits
13 */
14#define	_BSD_JBSLOT_T_		long long
15#endif
16
17#define _JBLEN	87		/* XXX Naively 84; 87 for compatibility */
18