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) {
16231623 };
16241624 }
16251625 },
1626 .linux, .freebsd => struct {
1626 .linux, .netbsd, .freebsd, .dragonfly => struct {
16271627 base_address: usize,
16281628 dwarf: DW.DwarfInfo,
16291629 mapped_memory: []const u8,