*** empty log message ***

This commit is contained in:
keie
1985-02-07 15:58:40 +00:00
parent 9c93cbdfaa
commit 3df42a584c
38 changed files with 721 additions and 0 deletions

13
mach/pmds/libsys/wait.s Normal file
View File

@@ -0,0 +1,13 @@
.define _wait
.extern _wait
_wait: trap #0
.short 0x7
bcc 1f
jmp cerror
1:
tst.l 4(sp)
beq 2f
move.l 4(sp),a0
move.w d1,(a0)
2:
rts