diff --git a/ext/opcache/jit/zend_jit.c b/ext/opcache/jit/zend_jit.c index d241a42d4bb55..28404f2d2bdf0 100644 --- a/ext/opcache/jit/zend_jit.c +++ b/ext/opcache/jit/zend_jit.c @@ -4287,7 +4287,7 @@ static int ZEND_FASTCALL zend_runtime_jit(void) /* perform real JIT for this function */ zend_real_jit_func(op_array, NULL, NULL); } zend_catch { - do_bailout = 0; + do_bailout = true; } zend_end_try(); zend_jit_protect();