From: Nikita Popov Date: Wed, 24 Jun 2020 08:47:14 +0000 (+0200) Subject: Fix verify arg jit for references X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d071ab19283f525212884eb8e838c2109abc2f09;p=php Fix verify arg jit for references --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 32c08cd40d..5cbe71ea69 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -10512,7 +10512,7 @@ static int zend_jit_verify_arg_type(dasm_State **Dst, const zend_op *opline, zen if (ZEND_ARG_SEND_MODE(arg_info)) { if (opline->opcode == ZEND_RECV_INIT) { - | GET_ZVAL_PTR Ra(tmp_reg), res_addr + | LOAD_ZVAL_ADDR Ra(tmp_reg), res_addr | ZVAL_DEREF Ra(tmp_reg), MAY_BE_REF res_addr = ZEND_ADDR_MEM_ZVAL(tmp_reg, 0); } else {