aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r--src/lj_asm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c
index eaee5547..32dd7e87 100644
--- a/src/lj_asm.c
+++ b/src/lj_asm.c
@@ -1680,8 +1680,7 @@ static void asm_pow(ASMState *as, IRIns *ir)
1680 IRCALL_lj_carith_powu64); 1680 IRCALL_lj_carith_powu64);
1681 else 1681 else
1682#endif 1682#endif
1683 asm_callid(as, ir, irt_isnum(IR(ir->op2)->t) ? IRCALL_lj_vm_pow : 1683 asm_callid(as, ir, IRCALL_pow);
1684 IRCALL_lj_vm_powi);
1685} 1684}
1686 1685
1687static void asm_div(ASMState *as, IRIns *ir) 1686static void asm_div(ASMState *as, IRIns *ir)