aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_mips.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_asm_mips.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h
index a242904e..8b5efc35 100644
--- a/src/lj_asm_mips.h
+++ b/src/lj_asm_mips.h
@@ -1838,7 +1838,6 @@ static void asm_abs(ASMState *as, IRIns *ir)
1838} 1838}
1839#endif 1839#endif
1840 1840
1841#define asm_atan2(as, ir) asm_callid(as, ir, IRCALL_atan2)
1842#define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp) 1841#define asm_ldexp(as, ir) asm_callid(as, ir, IRCALL_ldexp)
1843 1842
1844static void asm_arithov(ASMState *as, IRIns *ir) 1843static void asm_arithov(ASMState *as, IRIns *ir)