From b6b6e76937623e39732f293022de889b6fd51c96 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 23 Jul 2020 09:58:17 +0200 Subject: [PATCH] Try to fix 32-bit NTS build --- ext/opcache/jit/zend_jit_x86.dasc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1