NetBSD/sys/arch/mips/include/setjmp.h
matt 290a34a065 Merge from matt-nb5-mips64
Merge mips-specific arch files.
2009-12-14 00:45:59 +00:00

14 lines
364 B
C

/* $NetBSD: setjmp.h,v 1.9 2009/12/14 00:46:05 matt Exp $ */
/*
* mips/setjmp.h: machine dependent setjmp-related information.
*
* For the size of this, refer to <machine/signal.h> as this uses the
* struct sigcontext to restore it.
*/
#define _JBLEN 87 /* XXX Naively 84; 87 for compatibility */
#ifdef __mips_n32
#define _BSD_JBSLOT_T_ long long
#endif