Skip to content

Commit 7de2366

Browse files
committed
Fixed 32-bit build
1 parent f6164b8 commit 7de2366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ static void* dasm_labels[zend_lb_MAX];
358358
| mem_ins prefix [tmp_reg], op2
359359
|| }
360360
| .else
361-
| (void) tmp_reg;
362361
| mem_ins prefix [addr], op2
363362
| .endif
364363
|.endmacro
@@ -2938,6 +2937,7 @@ static int zend_jit_trace_begin(dasm_State **Dst, uint32_t trace_num, zend_jit_t
29382937
zend_reg tmp = ZEND_REGSET_FIRST(regset);
29392938

29402939
| MEM_OP2_1_ZTS mov, dword, executor_globals, jit_trace_num, trace_num, Ra(tmp)
2940+
(void)tmp;
29412941
}
29422942

29432943
return 1;

0 commit comments

Comments
 (0)