|
@@ -400,7 +400,7 @@ static void split_ir(jit_State *J)
|
|
hi = split_call_ll(J, hisubst, oir, ir, IRCALL_softfp_div);
|
|
hi = split_call_ll(J, hisubst, oir, ir, IRCALL_softfp_div);
|
|
break;
|
|
break;
|
|
case IR_POW:
|
|
case IR_POW:
|
|
- hi = split_call_li(J, hisubst, oir, ir, IRCALL_pow);
|
|
|
|
|
|
+ hi = split_call_ll(J, hisubst, oir, ir, IRCALL_pow);
|
|
break;
|
|
break;
|
|
case IR_FPMATH:
|
|
case IR_FPMATH:
|
|
hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2);
|
|
hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2);
|