Skip to content

Commit 0d6232d

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Restore line, removed by mistake in b914122
2 parents e1baef1 + 3c3626a commit 0d6232d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14916,6 +14916,7 @@ static bool zend_jit_opline_supports_reg(const zend_op_array *op_array, zend_ssa
1491614916
uint32_t op1_info, op2_info;
1491714917

1491814918
switch (opline->opcode) {
14919+
case ZEND_SEND_VAR:
1491914920
case ZEND_SEND_VAL:
1492014921
case ZEND_SEND_VAL_EX:
1492114922
return (opline->op2_type != IS_CONST);

0 commit comments

Comments
 (0)