diff options
-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 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; |