Skip to content

Commit 4ff2122

Browse files
committed
Ficed 32-bit JIT (inconsistent CPU stack state)
1 parent 2ee7e29 commit 4ff2122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9178,12 +9178,12 @@ static int zend_jit_init_method_call(dasm_State **Dst,
91789178
} else {
91799179
| EXT_CALL zend_jit_find_method_helper, r0
91809180
}
9181-
| test r0, r0
9182-
| jz ->exception_handler
91839181
|.if not(X64)
91849182
| add r4, 12
91859183
|.endif
9186-
| jmp >2
9184+
| test r0, r0
9185+
| jnz >2
9186+
| jmp ->exception_handler
91879187
|.code
91889188
|2:
91899189

0 commit comments

Comments
 (0)