Skip to content

Commit 3ffa1c4

Browse files
committed
Fix ws
1 parent 95edb50 commit 3ffa1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ static int zend_jit_trace_handler(dasm_State **Dst, const zend_op_array *op_arra
33623362
old_info = STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var));
33633363
SET_STACK_TYPE(stack, EX_VAR_TO_NUM(opline->op1.var), IS_UNKNOWN, 1);
33643364
}
3365-
break;
3365+
break;
33663366
}
33673367

33683368
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
33863386
if (opline->op1_type == IS_CV) {
33873387
SET_STACK_INFO(stack, EX_VAR_TO_NUM(opline->op1.var), old_info);
33883388
}
3389-
break;
3389+
break;
33903390
}
33913391

33923392
if (!exit_addr) {

0 commit comments

Comments
 (0)