V5/usr/source/s4/abort.s

/ C library -- abort

.globl	_abort

_abort:
	mov	r5,-(sp)
	mov	sp,r5
	4