1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Dmitry Stogov
2023-09-06 00:01:03 +03:00
parent 95edb50b58
commit 3ffa1c4c3e

View File

@@ -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) {
@@ -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) {