summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-07-23 12:13:33 +0300
committerDmitry Stogov <dmitry@zend.com>2020-07-23 12:13:33 +0300
commit62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c (patch)
tree80c755d8984bdbc7e97bdf163a00851a57f0a1c1
parentb0c3ca0e52674b0e5d5b1c934e6186ad7dd778d0 (diff)
downloadphp-git-62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c.tar.gz
Fixed DynASM failure
-rw-r--r--ext/opcache/jit/zend_jit_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc
index 0a5195aeef..ff116356f4 100644
--- a/ext/opcache/jit/zend_jit_x86.dasc
+++ b/ext/opcache/jit/zend_jit_x86.dasc
@@ -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