ack/mach/sparc/libsys/pipe.s

10 lines
111 B
ArmAsm
Raw Normal View History

1991-09-20 18:14:05 +00:00
#include "SYS.h"
1991-11-07 11:36:09 +00:00
LABEL_(pipe); ENTRY1;
mov %o0,%o2
BODY1(pipe)
st %o0,[%o2]
st %o1,[%o2+4]
retl
clr %o0