From 12c10139e3e0166e91d2dbb1801c2054ca12d413 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 15 Jul 2021 13:36:46 -0700 Subject: Sema: finish reworking for AIR memory layout except switch --- src/value.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/value.zig') diff --git a/src/value.zig b/src/value.zig index 0f7194d8c1..df3a97b09a 100644 --- a/src/value.zig +++ b/src/value.zig @@ -1700,7 +1700,7 @@ pub const Value = extern union { /// peer type resolution. This is stored in a separate list so that /// the items are contiguous in memory and thus can be passed to /// `Module.resolvePeerTypes`. - stored_inst_list: std.ArrayListUnmanaged(Air.Inst.Index) = .{}, + stored_inst_list: std.ArrayListUnmanaged(Air.Inst.Ref) = .{}, }, }; -- cgit v1.2.3