From: Dmitry Stogov Date: Wed, 20 May 2020 21:57:54 +0000 (+0300) Subject: Missed label X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2446ca1d9e4bed058df1f90dadb93cfe25ceaa0;p=php Missed label --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index a665ee7eef..a58c101080 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -9824,6 +9824,7 @@ static int zend_jit_return(dasm_State **Dst, const zend_op *opline, const zend_o } if (return_value_used == 0) { + |9: return 1; }