summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/setjmp.h
blob: c3c2a0800c771d4de121e4dea773fd90a2621ca8 (plain)
1
2
3
4
5
6
7
8
/*	$NetBSD: setjmp.h,v 1.5 2008/08/29 18:25:02 matt Exp $	*/

/*
 * machine/setjmp.h: machine dependent setjmp-related information.
 */

#define	_JBLEN	24		/* size, in longs, of a jmp_buf */
/* 11 for sigcontext, 6 for r6-r11, and 7 extra */