Skip to content

Commit

Permalink
Tracing JIT: Remove incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 23, 2021
1 parent 08100e8 commit 4304542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/opcache/jit/zend_jit_trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -6235,7 +6235,6 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
|| p->stop == ZEND_JIT_TRACE_STOP_RECURSIVE_CALL
|| p->stop == ZEND_JIT_TRACE_STOP_RECURSIVE_RET) {
if (p->stop != ZEND_JIT_TRACE_STOP_RECURSIVE_RET) {
ZEND_ASSERT(!parent_trace);
if ((t->flags & ZEND_JIT_TRACE_USES_INITIAL_IP)
&& !zend_jit_set_ip(&dasm_state, p->opline)) {
goto jit_failure;
Expand Down

0 comments on commit 4304542

Please sign in to comment.