From 3ffa1c4c3ec02671e5c59a58261c3f3e13a6b24e Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 6 Sep 2023 00:01:03 +0300 Subject: [PATCH] Fix ws --- ext/opcache/jit/zend_jit_arm64.dasc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opcache/jit/zend_jit_arm64.dasc b/ext/opcache/jit/zend_jit_arm64.dasc index 3a74fdc47f6..4a1de9b08f7 100644 --- a/ext/opcache/jit/zend_jit_arm64.dasc +++ b/ext/opcache/jit/zend_jit_arm64.dasc @@ -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) {