aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_opt_split.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c
index bd785d65..31abe419 100644
--- a/src/lj_opt_split.c
+++ b/src/lj_opt_split.c
@@ -335,6 +335,7 @@ static void split_ir(jit_State *J)
335 } 335 }
336 case IR_CONV: { /* Conversion to number. Others handled below. */ 336 case IR_CONV: { /* Conversion to number. Others handled below. */
337 IRType st = (IRType)(ir->op2 & IRCONV_SRCMASK); 337 IRType st = (IRType)(ir->op2 & IRCONV_SRCMASK);
338 UNUSED(st);
338#if LJ_32 && LJ_HASFFI 339#if LJ_32 && LJ_HASFFI
339 if (st == IRT_I64 || st == IRT_U64) { 340 if (st == IRT_I64 || st == IRT_U64) {
340 hi = split_call_l(J, hisubst, oir, ir, 341 hi = split_call_l(J, hisubst, oir, ir,