Google
 

Trailing-Edge - PDP-10 Archives - SRI_NIC_PERM_FS_1_19910112 - c/old/lib/abort.c
There are 9 other files named abort.c in the archive. Click here to see a list.
/*********************************************************/
/*	abort();	Abort process as illegally as possible */
/*********************************************************/

#include "c-env.h"
	entry abort;

#asm
ABORT:	0		; 0 is a good illegal instruction.
	jrst abort	; Just in case int handler checks our address
			; for an ERJMP.
#endasm