Skip to content

Commit

Permalink
Fix ws
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 5, 2023
1 parent 95edb50 commit 3ffa1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/opcache/jit/zend_jit_arm64.dasc
Expand Up @@ -3362,7 +3362,7 @@ static int zend_jit_trace_handler(dasm_State **Dst, const zend_op_array *op_arra
old_info = STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var));
SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->op1.var), IS_UNKNOWN, 1);
}
break;
break;
}

if (opline->result_type == IS_VAR || opline->result_type == IS_TMP_VAR) {
Expand All @@ -3386,7 +3386,7 @@ static int zend_jit_trace_handler(dasm_State **Dst, const zend_op_array *op_arra
if (opline->op1_type == IS_CV) {
SET_STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var), old_info);
}
break;
break;
}

if (!exit_addr) {
Expand Down

0 comments on commit 3ffa1c4

Please sign in to comment.