mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std: Fix undefined field error
This commit is contained in:
parent
b21d3535a5
commit
d6739b1397
@ -1623,7 +1623,7 @@ pub const ModuleDebugInfo = switch (builtin.os.tag) {
|
||||
};
|
||||
}
|
||||
},
|
||||
.linux, .freebsd => struct {
|
||||
.linux, .netbsd, .freebsd, .dragonfly => struct {
|
||||
base_address: usize,
|
||||
dwarf: DW.DwarfInfo,
|
||||
mapped_memory: []const u8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user