From: Dmitry Stogov Date: Wed, 16 Oct 2019 19:38:01 +0000 (+0300) Subject: Fixed exception handling X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a88c5b87a224fa7950232053b57ebeac665ad5c;p=php Fixed exception handling --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 74dea8e75f..b3034aa6e0 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -6285,6 +6285,9 @@ static int zend_jit_identical(dasm_State **Dst, const zend_op *opline, int b, in } |9: + if (zend_may_throw(opline, op_array, ssa)) { + zend_jit_check_exception(Dst); + } return 1; }