mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix soft-float IR_POW splitting.
Reported by lison0322.
This commit is contained in:
parent
c4fe76d50c
commit
43ebb949a2
@ -400,7 +400,7 @@ static void split_ir(jit_State *J)
|
||||
hi = split_call_ll(J, hisubst, oir, ir, IRCALL_softfp_div);
|
||||
break;
|
||||
case IR_POW:
|
||||
hi = split_call_li(J, hisubst, oir, ir, IRCALL_pow);
|
||||
hi = split_call_ll(J, hisubst, oir, ir, IRCALL_pow);
|
||||
break;
|
||||
case IR_FPMATH:
|
||||
hi = split_call_l(J, hisubst, oir, ir, IRCALL_lj_vm_floor + ir->op2);
|
||||
|
Loading…
Reference in New Issue
Block a user