From: Dmitry Stogov Date: Tue, 15 Oct 2019 22:26:35 +0000 (+0300) Subject: Fixed exception source X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=902b00e68e079893fce3b19441bca8dbfc70354c;p=php Fixed exception source --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index d140eb1a29..88aeccabdb 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -4498,6 +4498,7 @@ static int zend_jit_assign_to_variable(dasm_State **Dst, |.cold_code |2: | LOAD_ZVAL_ADDR FCARG2a, val_addr + | SAVE_VALID_OPLINE opline if (val_type == IS_CONST) { | EXT_CALL zend_jit_assign_const_to_typed_ref, r0 } else if (val_type == IS_TMP_VAR) {