Skip to content

Commit 52cebf6

Browse files
committed
Prevent setting of incorrect continuation counters
1 parent f62ec5c commit 52cebf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4583,8 +4583,6 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
45834583
if (opline->opcode == ZEND_DO_UCALL
45844584
|| opline->opcode == ZEND_DO_FCALL
45854585
|| opline->opcode == ZEND_DO_FCALL_BY_NAME
4586-
|| opline->opcode == ZEND_GENERATOR_CREATE
4587-
|| opline->opcode == ZEND_GENERATOR_RETURN
45884586
|| opline->opcode == ZEND_YIELD
45894587
|| opline->opcode == ZEND_YIELD_FROM
45904588
|| opline->opcode == ZEND_INCLUDE_OR_EVAL) {

0 commit comments

Comments
 (0)