1cc6223a9c
64-bit syscall cleanup. Add emulation for some new FPU insns: conversion to 64-bit long int and conditional moves.
9 lines
225 B
C
9 lines
225 B
C
/* $NetBSD: setjmp.h,v 1.2 1998/09/22 02:48:43 eeh Exp $ */
|
|
|
|
/*
|
|
* machine/setjmp.h: machine dependent setjmp-related information.
|
|
*/
|
|
|
|
#define _JBLEN 14 /* size, in longs, of a jmp_buf */
|
|
/* A sigcontext is 10 longs */
|