ack/mach/sun3/libsys/_exit.s

8 lines
145 B
ArmAsm
Raw Normal View History

1987-02-20 14:36:01 +00:00
#include "syscall.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define __exit
__exit:
pea (SYS_exit)
trap #0
jmp (cerror)