mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix compiler warning.
This commit is contained in:
parent
7aa2c994b5
commit
86a5cc427d
@ -335,6 +335,7 @@ static void split_ir(jit_State *J)
|
||||
}
|
||||
case IR_CONV: { /* Conversion to number. Others handled below. */
|
||||
IRType st = (IRType)(ir->op2 & IRCONV_SRCMASK);
|
||||
UNUSED(st);
|
||||
#if LJ_32 && LJ_HASFFI
|
||||
if (st == IRT_I64 || st == IRT_U64) {
|
||||
hi = split_call_l(J, hisubst, oir, ir,
|
||||
|
Loading…
Reference in New Issue
Block a user