Skip to content

Commit b6b6e76

Browse files
committed
Try to fix 32-bit NTS build
1 parent 99d2b24 commit b6b6e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ static void* dasm_labels[zend_lb_MAX];
357357
| mem_ins prefix [tmp_reg], op2
358358
|| }
359359
| .else
360+
| (void) tmp_reg;
360361
| mem_ins prefix [addr], op2
361362
| .endif
362363
|.endmacro

0 commit comments

Comments
 (0)