From: Dmitry Stogov Date: Thu, 23 Jul 2020 09:13:33 +0000 (+0300) Subject: Fixed DynASM failure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c;p=php Fixed DynASM failure --- 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