ack/mach/vax4/libbsd4_2/wait.s

9 lines
102 B
ArmAsm
Raw Normal View History

1987-02-23 18:58:58 +00:00
#include "syscall.h"
DEFINE(_wait)
SYSNORET(SYS_wait)
tstl 4(ap)
beql out
movl r1,*4(ap)
out:
ret