From 902b00e68e079893fce3b19441bca8dbfc70354c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 16 Oct 2019 01:26:35 +0300 Subject: [PATCH] Fixed exception source --- ext/opcache/jit/zend_jit_x86.dasc | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.50.1