We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa702c5 commit 5372a1dCopy full SHA for 5372a1d
ext/opcache/jit/zend_jit.c
@@ -4611,7 +4611,6 @@ ZEND_EXT_API void zend_jit_unprotect(void)
4611
#ifdef HAVE_PTHREAD_JIT_WRITE_PROTECT_NP
4612
if (zend_write_protect) {
4613
pthread_jit_write_protect_np(0);
4614
- return;
4615
}
4616
#endif
4617
opts |= PROT_EXEC;
@@ -4645,7 +4644,6 @@ ZEND_EXT_API void zend_jit_protect(void)
4645
4644
4646
4647
pthread_jit_write_protect_np(1);
4648
4649
4650
4651
if (mprotect(dasm_buf, dasm_size, PROT_READ | PROT_EXEC) != 0) {
0 commit comments