authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-03-23 23:26:21+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-03-23 23:26:21+01:00
logd6739b1397b32dae936432d9da17e740477898eb
tree339511257f180bb49eacebae635e3cfacf8dae46
parentb21d3535a53d03578705f5458c02afc37922d39f

std: Fix undefined field error


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/debug.zig+1-1
...@@ -1623,7 +1623,7 @@ pub const ModuleDebugInfo = switch (builtin.os.tag) {...@@ -1623,7 +1623,7 @@ pub const ModuleDebugInfo = switch (builtin.os.tag) {
1623 };1623 };
1624 }1624 }
1625 },1625 },
1626 .linux, .freebsd => struct {1626 .linux, .netbsd, .freebsd, .dragonfly => struct {
1627 base_address: usize,1627 base_address: usize,
1628 dwarf: DW.DwarfInfo,1628 dwarf: DW.DwarfInfo,
1629 mapped_memory: []const u8,1629 mapped_memory: []const u8,