From 62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 23 Jul 2020 12:13:33 +0300 Subject: [PATCH] Fixed DynASM failure --- ext/opcache/jit/zend_jit_x86.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 0a5195aeef..ff116356f4 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -358,7 +358,7 @@ static void* dasm_labels[zend_lb_MAX]; | mem_ins prefix [tmp_reg], op2 || } | .else -| (void) tmp_reg; +|| (void) tmp_reg; | mem_ins prefix [addr], op2 | .endif |.endmacro -- 2.50.1