From: Nikita Popov Date: Thu, 23 Jul 2020 07:58:17 +0000 (+0200) Subject: Try to fix 32-bit NTS build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6b6e76937623e39732f293022de889b6fd51c96;p=php Try to fix 32-bit NTS build --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 856a88c885..605295758a 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -357,6 +357,7 @@ static void* dasm_labels[zend_lb_MAX]; | mem_ins prefix [tmp_reg], op2 || } | .else +| (void) tmp_reg; | mem_ins prefix [addr], op2 | .endif |.endmacro