aboutsummaryrefslogtreecommitdiff
path: root/std/debug
diff options
context:
space:
mode:
Diffstat (limited to 'std/debug')
-rw-r--r--std/debug/index.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/debug/index.zig b/std/debug/index.zig
index 134f0a479f..c317432654 100644
--- a/std/debug/index.zig
+++ b/std/debug/index.zig
@@ -1102,6 +1102,7 @@ pub const DebugInfo = switch (builtin.os) {
self.elf.close();
}
},
+ builtin.Os.freebsd => struct {},
else => @compileError("Unsupported OS"),
};