| ... | ... | @@ -3497,10 +3497,9 @@ fn analyzeFunction( |
| 3497 | 3497 | }, |
| 3498 | 3498 | }, |
| 3499 | 3499 | else => blk: { |
| 3500 | | //const last_instr_index = fn_info.ret_ty_body[fn_info.ret_ty_body.len - 1]; |
| 3501 | | //const break_operand = data[last_instr_index].@"break".operand; |
| 3502 | | //const wr = try self.walkRef(file, scope, break_operand, false); |
| 3503 | | const wr = try self.walkRef(file, scope, fn_info.ret_ty_ref, false); |
| 3500 | const last_instr_index = fn_info.ret_ty_body[fn_info.ret_ty_body.len - 1]; |
| 3501 | const break_operand = data[last_instr_index].@"break".operand; |
| 3502 | const wr = try self.walkRef(file, scope, break_operand, false); |
| 3504 | 3503 | break :blk wr.expr; |
| 3505 | 3504 | }, |
| 3506 | 3505 | }; |