Skip to content

Commit 3c3626a

Browse files
committed
Restore line, removed by mistake in b914122
1 parent 2d3ea98 commit 3c3626a

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
@@ -14845,6 +14845,7 @@ static bool zend_jit_opline_supports_reg(const zend_op_array *op_array, zend_ssa
1484514845
uint32_t op1_info, op2_info;
1484614846

1484714847
switch (opline->opcode) {
14848+
case ZEND_SEND_VAR:
1484814849
case ZEND_SEND_VAL:
1484914850
case ZEND_SEND_VAL_EX:
1485014851
return (opline->op2_type != IS_CONST);

0 commit comments

Comments
 (0)