Skip to content

Commit 4370252

Browse files
committed
Remove assert
Does not necessarily hold (e.g. exit in call args).
1 parent f42744e commit 4370252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4080,7 +4080,6 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
40804080
if (JIT_G(opt_flags) & (ZEND_JIT_REG_ALLOC_LOCAL|ZEND_JIT_REG_ALLOC_GLOBAL)) {
40814081
zend_arena_release(&CG(arena), checkpoint);
40824082
}
4083-
ZEND_ASSERT(call_level == 0);
40844083
return SUCCESS;
40854084

40864085
jit_failure:

0 commit comments

Comments
 (0)