diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/pipe.S')
| -rw-r--r-- | libc/sysdeps/linux/mips/pipe.S | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S index 63e039ff5..c3afae550 100644 --- a/libc/sysdeps/linux/mips/pipe.S +++ b/libc/sysdeps/linux/mips/pipe.S @@ -10,13 +10,6 @@          .globl  pipe          .ent    pipe, 0  pipe: -#ifdef PROF -        .set            noat -        move            $1,ra -        subu            sp,sp,8         # _mcount pops 2 words from  stack -        jal             _mcount -        .set            at -#endif          addiu   sp,sp,-24          sw      a0,16(sp)          li      v0,__NR_pipe  | 
