mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
Let's try to fix the JIT compiler warning
This commit is contained in:
@@ -2375,7 +2375,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
|
||||
if (!zend_jit_assign_op(&dasm_state, opline, op_array,
|
||||
op1_info, op1_def_info, OP1_RANGE(),
|
||||
op2_info, OP2_RANGE(),
|
||||
(op1_info & MAY_BE_LONG) && (op2_info && MAY_BE_LONG) && (op1_def_info & MAY_BE_DOUBLE) && zend_may_overflow(opline, op_array, ssa),
|
||||
(op1_info & MAY_BE_LONG) && (op2_info & MAY_BE_LONG) && (op1_def_info & MAY_BE_DOUBLE) && zend_may_overflow(opline, op_array, ssa),
|
||||
zend_may_throw(opline, ssa_op, op_array, ssa))) {
|
||||
goto jit_failure;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user