Initial revision
This commit is contained in:
7
mach/sun3/libsys/_exit.s
Normal file
7
mach/sun3/libsys/_exit.s
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "syscall.h"
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
|
||||
.define __exit
|
||||
__exit:
|
||||
pea (SYS_exit)
|
||||
trap #0
|
||||
jmp (cerror)
|
||||
Reference in New Issue
Block a user