*** empty log message ***
This commit is contained in:
9
mach/pmds4/libsys/unlink.s
Normal file
9
mach/pmds4/libsys/unlink.s
Normal file
@@ -0,0 +1,9 @@
|
||||
.define _unlink
|
||||
.extern _unlink
|
||||
_unlink: trap #0
|
||||
.short 0xA
|
||||
bcc 1f
|
||||
jmp cerror
|
||||
1:
|
||||
clr.l d0
|
||||
rts
|
||||
Reference in New Issue
Block a user