diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-26 03:04:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-28 10:31:19 +0100 |
commit | 30adfbeb8843c28869cc6ee33d7c556721cb241a (patch) | |
tree | 941053b54d58f3dbdee7884deb3a967b3ddde656 /libc/sysdeps/linux/mips/swapcontext.S | |
parent | 43ee648e8b2894cab7aba3339bd1ff405cb481ef (diff) |
mips: PROF is never defined, kill dead code
Diffstat (limited to 'libc/sysdeps/linux/mips/swapcontext.S')
-rw-r--r-- | libc/sysdeps/linux/mips/swapcontext.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/sysdeps/linux/mips/swapcontext.S b/libc/sysdeps/linux/mips/swapcontext.S index c7ac19b9f..90e762db3 100644 --- a/libc/sysdeps/linux/mips/swapcontext.S +++ b/libc/sysdeps/linux/mips/swapcontext.S @@ -72,13 +72,6 @@ NESTED (__swapcontext, FRAMESZ, ra) #endif /* ! __PIC__ */ -#ifdef PROF - .set noat - move AT, ra - jal _mcount - .set at -#endif - /* Store a magic flag. */ li v1, 1 REG_S v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */ |