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() (#17949)

Introduced by accident in 3b4a58da44.
Will request a cherry-pick.
This commit is contained in:
Niels Dossche
2025-02-28 09:20:02 +01:00
committed by GitHub
parent 8cbc0c57b7
commit 422e90db3b

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)