Skip to content

Commit f6164b8

Browse files
committed
Revert "Fixed DynASM failure"
This reverts commit 62ca6b5.
1 parent 62ca6b5 commit f6164b8

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,7 @@ static void* dasm_labels[zend_lb_MAX];
358358
| mem_ins prefix [tmp_reg], op2
359359
|| }
360360
| .else
361-
|| (void) tmp_reg;
361+
| (void) tmp_reg;
362362
| mem_ins prefix [addr], op2
363363
| .endif
364364
|.endmacro

0 commit comments

Comments
 (0)