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 2568db2 commit 0aa5adbCopy full SHA for 0aa5adb
ext/opcache/jit/zend_jit_trace.c
@@ -7121,7 +7121,7 @@ static zend_jit_trace_stop zend_jit_compile_root_trace(zend_jit_trace_rec *trace
7121
ret = ZEND_JIT_TRACE_STOP_COMPILER_ERROR;
7122
}
7123
7124
-exit:
+exit:;
7125
} zend_catch {
7126
do_bailout = 1;
7127
} zend_end_try();
@@ -7791,7 +7791,7 @@ static zend_jit_trace_stop zend_jit_compile_side_trace(zend_jit_trace_rec *trace
7791
7792
7793
7794
7795
7796
7797
0 commit comments