From cf8dc1c1a2d44f649b35280408d71a67da8f0288 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 7 Feb 2020 14:21:56 +0300 Subject: [PATCH] typo --- ext/opcache/jit/zend_jit_x86.dasc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index 7b1b123e0f9..a255b3bdd90 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;