Skip to content

Commit 31aab19

Browse files
committed
Do not override flags
1 parent e6707d3 commit 31aab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14481,7 +14481,7 @@ static int zend_jit_fetch_obj(zend_jit_ctx *jit,
1448114481
if ((opline->op1_type & (IS_VAR|IS_TMP_VAR))
1448214482
&& !delayed_fetch_this
1448314483
&& !op1_avoid_refcounting) {
14484-
flags = ZEND_JIT_EXIT_FREE_OP1;
14484+
flags |= ZEND_JIT_EXIT_FREE_OP1;
1448514485
}
1448614486

1448714487
if ((opline->result_type & (IS_VAR|IS_TMP_VAR))

0 commit comments

Comments
 (0)