Skip to content

Commit

Permalink
Restore line, removed by mistake in b914122
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Nov 30, 2021
1 parent 2d3ea98 commit 3c3626a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/jit/zend_jit_arm64.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -14845,6 +14845,7 @@ static bool zend_jit_opline_supports_reg(const zend_op_array *op_array, zend_ssa
uint32_t op1_info, op2_info;

switch (opline->opcode) {
case ZEND_SEND_VAR:
case ZEND_SEND_VAL:
case ZEND_SEND_VAL_EX:
return (opline->op2_type != IS_CONST);
Expand Down

0 comments on commit 3c3626a

Please sign in to comment.