*** empty log message ***

This commit is contained in:
keie
1985-02-07 22:59:50 +00:00
parent 73585dd0ea
commit 6bd4717ad9
36 changed files with 435 additions and 0 deletions

9
mach/pmds4/libsys/kill.s Normal file
View File

@@ -0,0 +1,9 @@
.define _kill
.extern _kill
_kill: trap #0
.short 0x25
bcc 1f
jmp cerror
1:
clr.l d0
rts