Skip to content

Commit d57801e

Browse files
**UN** protect
1 parent e79d6b3 commit d57801e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_vm_helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ static zend_always_inline zend_constant* _zend_quick_get_constant(
384384
if (!CONST_IS_RECURSIVE(c)) {
385385
CONST_PROTECT_RECURSION(c);
386386
zend_deprecated_constant(c, c->name);
387-
CONST_PROTECT_RECURSION(c);
387+
CONST_UNPROTECT_RECURSION(c);
388388
if (EG(exception)) {
389389
return NULL;
390390
}

0 commit comments

Comments
 (0)