summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/vfork.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/vfork.S')
-rw-r--r--libc/sysdeps/linux/mips/vfork.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/libc/sysdeps/linux/mips/vfork.S b/libc/sysdeps/linux/mips/vfork.S
index 9311504d2..494c34fd0 100644
--- a/libc/sysdeps/linux/mips/vfork.S
+++ b/libc/sysdeps/linux/mips/vfork.S
@@ -47,21 +47,6 @@ NESTED(__vfork,FRAMESZ,sp)
#ifdef __PIC__
SAVE_GP (GPOFF)
#endif
-#ifdef PROF
-# if (_MIPS_SIM != _ABIO32)
- PTR_S a5, GPOFF(sp)
-# endif
- .set noat
- move $1, ra
-# if (_MIPS_SIM == _ABIO32)
- subu sp,sp,8
-# endif
- jal _mcount
- .set at
-# if (_MIPS_SIM != _ABIO32)
- PTR_L a5, GPOFF(sp)
-# endif
-#endif
PTR_ADDU sp, FRAMESZ