Initial revision
This commit is contained in:
12
mach/m68k2/libsys/exit.s
Normal file
12
mach/m68k2/libsys/exit.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.define _exit
|
||||
.extern _exit
|
||||
.text
|
||||
_exit:
|
||||
tst.b -40(sp)
|
||||
link a6,#-0
|
||||
jsr __cleanup
|
||||
move.w 8(a6),-(sp)
|
||||
jsr __exit
|
||||
add.l #2,sp
|
||||
unlk a6
|
||||
rts
|
||||
Reference in New Issue
Block a user