aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Module.zig')
-rw-r--r--src/Module.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Module.zig b/src/Module.zig
index 0601245db3..4a4f0206d7 100644
--- a/src/Module.zig
+++ b/src/Module.zig
@@ -1088,7 +1088,7 @@ pub const Scope = struct {
/// for the one that will be the same for all Block instances.
src_decl: *Decl,
instructions: ArrayListUnmanaged(*ir.Inst),
- label: ?Label = null,
+ label: ?*Label = null,
inlining: ?*Inlining,
is_comptime: bool,