Skip to content

Commit 3f4ff4f

Browse files
iluuu1994DanielEScherzer
authored andcommitted
Fix alignemnt issue with function JIT
We might require similar changes in more places.
1 parent a3a2536 commit 3f4ff4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ static zend_always_inline int zend_jit_trace_op_len(const zend_op *opline)
595595
case ZEND_ASSIGN_OBJ_REF:
596596
case ZEND_ASSIGN_STATIC_PROP_REF:
597597
case ZEND_FRAMELESS_ICALL_3:
598+
case ZEND_DECLARE_ATTRIBUTED_CONST:
598599
return 2; /* OP_DATA */
599600
case ZEND_RECV_INIT:
600601
len = 1;

0 commit comments

Comments
 (0)