4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
2000-02-17 19:39:52 +00:00

13 lines
164 B
ArmAsm

.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