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.
2 parents 8dc689e + 0aa5adb commit 980c2edCopy full SHA for 980c2ed
ext/opcache/jit/zend_jit_trace.c
@@ -7107,7 +7107,7 @@ static zend_jit_trace_stop zend_jit_compile_root_trace(zend_jit_trace_rec *trace
7107
ret = ZEND_JIT_TRACE_STOP_COMPILER_ERROR;
7108
}
7109
7110
-exit:
+exit:;
7111
} zend_catch {
7112
do_bailout = 1;
7113
} zend_end_try();
@@ -7849,7 +7849,7 @@ static zend_jit_trace_stop zend_jit_compile_side_trace(zend_jit_trace_rec *trace
7849
7850
7851
7852
7853
7854
7855
0 commit comments