From 10b3e2377a8d4848e7aec24da6884d8c78586048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 24 Oct 2022 19:09:47 +0200 Subject: [PATCH] opcache: fix syntax error introduced in 261a08af65168e24c43a81321284f3f461f3500d --- ext/opcache/jit/zend_jit_arm64.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_arm64.dasc b/ext/opcache/jit/zend_jit_arm64.dasc index e436ffcaa82ec..3b7c3cb9fcc5c 100644 --- a/ext/opcache/jit/zend_jit_arm64.dasc +++ b/ext/opcache/jit/zend_jit_arm64.dasc @@ -11545,7 +11545,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst, |.cold_code |2: | SET_EX_OPLINE opline, REG0 - if (if (opline->opcode != ZEND_FETCH_DIM_RW) { + if (opline->opcode != ZEND_FETCH_DIM_RW) { | EXT_CALL zend_jit_prepare_assign_dim_ref, REG0 } | mov FCARG1x, RETVALx