ack/mach/vax4/libbsd4_2/_wait.s

9 lines
105 B
ArmAsm
Raw Normal View History

1990-01-19 17:22:11 +00:00
#include "syscall.h"
DEFINE(__wait)
SYSNORET(SYS_wait)
tstl 4(ap)
beql Iout
movl r1,*4(ap)
Iout:
ret