BSD 3 development
[unix-history] / usr / src / libc / sys / abort.s
# C library -- abort
.globl _abort
.align 1
_abort:
.word 0x0000
halt
clrl r0
ret