/* $NetBSD: setjmp.h,v 1.8 2009/08/12 05:12:58 matt Exp $ */ /* * mips/setjmp.h: machine dependent setjmp-related information. * * For the size of this, refer to as this uses the * struct sigcontext to restore it. */ #if defined(__mips_n32) || (defined(_MIPS_SIM) && _MIPS_SIM == _ABIN32) /* * With the N32 ABI, registers have 64 bits */ #define _BSD_JBSLOT_T_ long long #endif #define _JBLEN 87 /* XXX Naively 84; 87 for compatibility */