aboutsummaryrefslogtreecommitdiff
path: root/src/type/Struct.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/type/Struct.zig')
-rw-r--r--src/type/Struct.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/Struct.zig b/src/type/Struct.zig
index d6a591c95e..24e3a0dcad 100644
--- a/src/type/Struct.zig
+++ b/src/type/Struct.zig
@@ -24,7 +24,7 @@ pub const Field = struct {
};
pub const Zir = struct {
- body: zir.Module.Body,
+ body: zir.Body,
inst: *zir.Inst,
};