aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_opt_split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c
index 18937c30..506b9814 100644
--- a/src/lj_opt_split.c
+++ b/src/lj_opt_split.c
@@ -400,7 +400,7 @@ static void split_ir(jit_State *J)
400 hi = split_call_ll(J, hisubst, oir, ir, IRCALL_softfp_div); 400 hi = split_call_ll(J, hisubst, oir, ir, IRCALL_softfp_div);
401 break; 401 break;
402 case IR_POW: 402 case IR_POW:
403 hi = split_call_li(J, hisubst, oir, ir, IRCALL_pow); 403 hi = split_call_ll(J, hisubst, oir, ir, IRCALL_pow);
404 break; 404 break;
405 case IR_FPMATH: 405 case IR_FPMATH:
406 hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2); 406 hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2);