libc/newlib/libc/sys/sysvi386/pipe.S

13 lines
164 B
ArmAsm
Raw Normal View History

2000-02-17 20:39:52 +01:00
.globl _pipe
.globl pipe
_pipe:
pipe:
movl $0x2a, %eax
lcall $7,$0
jb _cerror
movl 4(%esp), %ecx
movl (%ecx), %eax
movl 4(%ecx), %edx
xor %eax, %eax
ret