Skip to content

Commit fdeadcd

Browse files
nielsdosericmann
authored andcommitted
Fix branch target in zend_jit_push_call_frame()
Introduced by accident in 3b4a58d. Will request a cherry-pick.
1 parent f44f0d6 commit fdeadcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8658,7 +8658,7 @@ static int zend_jit_push_call_frame(dasm_State **Dst, const zend_op *opline, con
86588658
if (!func) {
86598659
| ldrb TMP1w, [REG0, #offsetof(zend_closure, func.type)]
86608660
| cmp TMP1w, #ZEND_USER_FUNCTION
8661-
| beq >1
8661+
| bne >1
86628662
}
86638663
if (!func || func->common.type == ZEND_USER_FUNCTION) {
86648664
| add FCARG1x, REG0, #offsetof(zend_closure, func)

0 commit comments

Comments
 (0)