Skip to content

Commit 65215c3

Browse files
committed
typo
1 parent 678cd53 commit 65215c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,10 +2035,9 @@ static void zend_calc_checked_this_r(zend_bitset checked_this, zend_op_array *op
20352035
default:
20362036
break;
20372037
}
2038-
opline++;
20392038
}
20402039

2041-
if (cfg->blocks[b].flags && ZEND_BB_TRY) {
2040+
if (cfg->blocks[b].flags & ZEND_BB_TRY) {
20422041
checked = old_checked;
20432042
}
20442043

0 commit comments

Comments
 (0)