| author | |
| committer | |
| log | d6739b1397b32dae936432d9da17e740477898eb |
| tree | 339511257f180bb49eacebae635e3cfacf8dae46 |
| parent | b21d3535a53d03578705f5458c02afc37922d39f |
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 | 1623 | }; |
| 1624 | 1624 | } |
| 1625 | 1625 | }, |
| 1626 | .linux, .freebsd => struct { | |
| 1626 | .linux, .netbsd, .freebsd, .dragonfly => struct { | |
| 1627 | 1627 | base_address: usize, |
| 1628 | 1628 | dwarf: DW.DwarfInfo, |
| 1629 | 1629 | mapped_memory: []const u8, |