Skip to content

Commit 4304542

Browse files
committed
Tracing JIT: Remove incorrect assertion
1 parent 08100e8 commit 4304542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6235,7 +6235,6 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
62356235
|| p->stop == ZEND_JIT_TRACE_STOP_RECURSIVE_CALL
62366236
|| p->stop == ZEND_JIT_TRACE_STOP_RECURSIVE_RET) {
62376237
if (p->stop != ZEND_JIT_TRACE_STOP_RECURSIVE_RET) {
6238-
ZEND_ASSERT(!parent_trace);
62396238
if ((t->flags & ZEND_JIT_TRACE_USES_INITIAL_IP)
62406239
&& !zend_jit_set_ip(&dasm_state, p->opline)) {
62416240
goto jit_failure;

0 commit comments

Comments
 (0)