Bring in definition for stack BIAS.

This commit is contained in:
eeh 1998-09-12 16:54:14 +00:00
parent 7a9702fb39
commit 07c6aca8ad
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: _setjmp.S,v 1.1 1998/09/11 04:56:21 eeh Exp $ */
/* $NetBSD: _setjmp.S,v 1.2 1998/09/12 16:54:14 eeh Exp $ */
/*
* Copyright (c) 1992, 1993
@ -40,11 +40,12 @@
*/
#include <machine/asm.h>
#include <machine/frame.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0
.asciz "@(#)_setjmp.s 8.1 (Berkeley) 6/4/93"
#else
RCSID("$NetBSD: _setjmp.S,v 1.1 1998/09/11 04:56:21 eeh Exp $")
RCSID("$NetBSD: _setjmp.S,v 1.2 1998/09/12 16:54:14 eeh Exp $")
#endif
#endif /* LIBC_SCCS and not lint */