Skip to content

Commit ca5f668

Browse files
committed
Added missed return
1 parent 4cee2c0 commit ca5f668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_trace.c

+1
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,7 @@ static int is_checked_guard(const zend_ssa *tssa, const zend_op **ssa_opcodes, u
11461146
} else if (!(tssa->var_info[tssa->ops[idx].op2_use].type & (MAY_BE_LONG|MAY_BE_DOUBLE))) {
11471147
return 0;
11481148
}
1149+
return 1;
11491150
} else if (opline->opcode == ZEND_PRE_DEC
11501151
|| opline->opcode == ZEND_PRE_INC
11511152
|| opline->opcode == ZEND_POST_DEC

0 commit comments

Comments
 (0)