Browse Source

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

Mike Pall 13 years ago
parent
commit
9a2ae72bce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lj_opt_split.c

+ 2 - 0
src/lj_opt_split.c

@@ -364,6 +364,8 @@ static void split_ir(jit_State *J)
 	hi = split_emit(J, IRT(IR_HIOP, IRT_SOFTFP), nref, nref);
 	break;
 	}
+      case IR_CALLN:
+      case IR_CALLL:
       case IR_CALLS:
       case IR_CALLXS:
 	goto split_call;