1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix branch target in zend_jit_push_call_frame()

Introduced by accident in 3b4a58da44.
Will request a cherry-pick.
This commit is contained in:
Niels Dossche
2025-02-27 20:52:49 +01:00
committed by Eric Mann
parent f44f0d6447
commit fdeadcd9ba

View File

@@ -8658,7 +8658,7 @@ static int zend_jit_push_call_frame(dasm_State **Dst, const zend_op *opline, con
if (!func) {
| ldrb TMP1w, [REG0, #offsetof(zend_closure, func.type)]
| cmp TMP1w, #ZEND_USER_FUNCTION
| beq >1
| bne >1
}
if (!func || func->common.type == ZEND_USER_FUNCTION) {
| add FCARG1x, REG0, #offsetof(zend_closure, func)