diff options
-rw-r--r-- | src/lj_opt_split.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index 8a2af24b..e45a0294 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c | |||
@@ -364,6 +364,8 @@ static void split_ir(jit_State *J) | |||
364 | hi = split_emit(J, IRT(IR_HIOP, IRT_SOFTFP), nref, nref); | 364 | hi = split_emit(J, IRT(IR_HIOP, IRT_SOFTFP), nref, nref); |
365 | break; | 365 | break; |
366 | } | 366 | } |
367 | case IR_CALLN: | ||
368 | case IR_CALLL: | ||
367 | case IR_CALLS: | 369 | case IR_CALLS: |
368 | case IR_CALLXS: | 370 | case IR_CALLXS: |
369 | goto split_call; | 371 | goto split_call; |