diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/setcontext.S')
-rw-r--r-- | libc/sysdeps/linux/mips/setcontext.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/setcontext.S b/libc/sysdeps/linux/mips/setcontext.S index d3cde0e50..e6c785a6e 100644 --- a/libc/sysdeps/linux/mips/setcontext.S +++ b/libc/sysdeps/linux/mips/setcontext.S @@ -62,13 +62,6 @@ NESTED (__setcontext, FRAMESZ, ra) SAVE_GP (GPOFF) #endif -#ifdef PROF - .set noat - move AT, ra - jal _mcount - .set at -#endif - /* Check for the magic flag. */ li v0, 1 REG_L v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */ |