ARM: Handle all CALL* ops with double results in SPLIT pass.

This commit is contained in:
Mike Pall 2012-04-29 21:25:46 +02:00
parent e099059afd
commit 9a2ae72bce

View File

@ -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;