| ... | ... | @@ -2514,12 +2514,12 @@ fn walkInstruction( |
| 2514 | 2514 | if (small.has_align) extra_index += 1; |
| 2515 | 2515 | |
| 2516 | 2516 | const var_type = try self.walkRef(file, parent_scope, parent_src, extra.data.var_type, need_type); |
| 2517 | | |
| 2517 | |
| 2518 | 2518 | var value: DocData.WalkResult = .{ |
| 2519 | 2519 | .typeRef = var_type.expr, |
| 2520 | 2520 | .expr = .{ .undefined = .{} }, |
| 2521 | 2521 | }; |
| 2522 | | |
| 2522 | |
| 2523 | 2523 | if (small.has_init) { |
| 2524 | 2524 | const var_init_ref = @intToEnum(Ref, file.zir.extra[extra_index]); |
| 2525 | 2525 | const var_init = try self.walkRef(file, parent_scope, parent_src, var_init_ref, need_type); |