Skip to content

Commit

Permalink
Fixed DynASM failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 23, 2020
1 parent b0c3ca0 commit 62ca6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62ca6b5

Please sign in to comment.