mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
ARM: Handle all CALL* ops with double results in SPLIT pass.
This commit is contained in:
parent
e099059afd
commit
9a2ae72bce
@ -364,6 +364,8 @@ static void split_ir(jit_State *J)
|
|||||||
hi = split_emit(J, IRT(IR_HIOP, IRT_SOFTFP), nref, nref);
|
hi = split_emit(J, IRT(IR_HIOP, IRT_SOFTFP), nref, nref);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case IR_CALLN:
|
||||||
|
case IR_CALLL:
|
||||||
case IR_CALLS:
|
case IR_CALLS:
|
||||||
case IR_CALLXS:
|
case IR_CALLXS:
|
||||||
goto split_call;
|
goto split_call;
|
||||||
|
Loading…
Reference in New Issue
Block a user