mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix opcode length of ZEND_DECLARE_ATTRIBUTED_CONST in JIT-IR component (#18457)
Introduced in 3f03f7ed
.
This commit is contained in:
parent
c5f3281446
commit
39a56a1687
1 changed files with 1 additions and 0 deletions
|
@ -4174,6 +4174,7 @@ static int zend_jit_handler(zend_jit_ctx *jit, const zend_op *opline, int may_th
|
|||
case ZEND_ASSIGN_STATIC_PROP_REF:
|
||||
case ZEND_ASSIGN_OBJ_REF:
|
||||
case ZEND_FRAMELESS_ICALL_3:
|
||||
case ZEND_DECLARE_ATTRIBUTED_CONST:
|
||||
zend_jit_set_last_valid_opline(jit, opline + 2);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue