summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-02-07 14:21:56 +0300
committerDmitry Stogov <dmitry@zend.com>2020-02-07 14:21:56 +0300
commitcf8dc1c1a2d44f649b35280408d71a67da8f0288 (patch)
treed2042965bad74c548b69d4e89d81d5a72c2d735f
parent64b40f69dca440e86e608847a39b795aedf75861 (diff)
downloadphp-git-cf8dc1c1a2d44f649b35280408d71a67da8f0288.tar.gz
typo
-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 7b1b123e0f..a255b3bdd9 100644
--- a/ext/opcache/jit/zend_jit_x86.dasc
+++ b/ext/opcache/jit/zend_jit_x86.dasc
@@ -9384,7 +9384,7 @@ static zend_bool zend_jit_verify_return_type(dasm_State **Dst, const zend_op *op
| push (ptrdiff_t)arg_info
| SAVE_VALID_OPLINE opline
| EXT_CALL zend_jit_verify_return_slow, r0
- | sub r4, 8
+ | add r4, 8
|.endif
if (!zend_jit_check_exception(Dst)) {
return 0;