ack/mach/vax4/libbsd4_2/_pipe.s

9 lines
113 B
ArmAsm
Raw Normal View History

1990-01-19 17:22:11 +00:00
#include "syscall.h"
DEFINE(__pipe)
SYSNORET(SYS_pipe)
movl 4(ap),r2
movl r0,(r2)+
movl r1,(r2)
clrl r0
ret