1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 10:33:11 +02:00

Fixed DynASM failure

This commit is contained in:
Dmitry Stogov
2020-07-23 12:13:33 +03:00
parent b0c3ca0e52
commit 62ca6b567c

View File

@@ -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