Skip to content

Commit ad3f768

Browse files
committed
Fixed stack alignment
1 parent d8840a1 commit ad3f768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9379,10 +9379,12 @@ static zend_bool zend_jit_verify_return_type(dasm_State **Dst, const zend_op *op
93799379
| SAVE_VALID_OPLINE opline
93809380
| EXT_CALL zend_jit_verify_return_slow, r0
93819381
|.else
9382+
| sub r4, 8
93829383
| push r0
93839384
| push (ptrdiff_t)arg_info
93849385
| SAVE_VALID_OPLINE opline
93859386
| EXT_CALL zend_jit_verify_return_slow, r0
9387+
| sub r4, 8
93869388
|.endif
93879389
if (!zend_jit_check_exception(Dst)) {
93889390
return 0;

0 commit comments

Comments
 (0)