diff options
author | Dmitry Stogov <dmitry@zend.com> | 2020-07-23 12:13:33 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2020-07-23 12:13:33 +0300 |
commit | 62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c (patch) | |
tree | 80c755d8984bdbc7e97bdf163a00851a57f0a1c1 | |
parent | b0c3ca0e52674b0e5d5b1c934e6186ad7dd778d0 (diff) | |
download | php-git-62ca6b567cdae0f8f7e02e6e2ebe6bb64ee1dd3c.tar.gz |
Fixed DynASM failure
-rw-r--r-- | ext/opcache/jit/zend_jit_x86.dasc | 2 |
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 |