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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user