ack/mach/sparc/libsys/_pipe.s
1991-11-07 11:36:09 +00:00

11 lines
123 B
ArmAsm

#include "SYS.h"
LABEL__(pipe); ENTRY1
LABEL(pipe)
mov %o0,%o2
BODY1(pipe)
st %o0,[%o2]
st %o1,[%o2+4]
retl
clr %o0