diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/clone.S')
-rw-r--r-- | libc/sysdeps/linux/mips/clone.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S index 8f7059d04..1b5a8f472 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/libc/sysdeps/linux/mips/clone.S @@ -52,13 +52,6 @@ NESTED(clone,4*SZREG,sp) #ifdef __PIC__ SAVE_GP (GPOFF) #endif -#ifdef PROF - .set noat - move $1,ra - jal _mcount - .set at -#endif - /* Sanity check arguments. */ li v0,EINVAL |