| author | |
| committer | |
| log | d5b583008ad477c292db4f783072605f5d28f843 |
| tree | 8e0a5d06c9397cecf657c45e3962070af0fd81cc |
| parent | fabab58528f4b55378418d838c8d56b7c7da5015 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -1459,7 +1459,7 @@ pub const ObjectDebugInfo = switch (builtin.os) { |
| 1459 | 1459 | sect_contribs: []pdb.SectionContribEntry, |
| 1460 | 1460 | modules: []Module, |
| 1461 | 1461 | }, |
| 1462 | .linux => struct { | |
| 1462 | .linux, .freebsd => struct { | |
| 1463 | 1463 | base_address: usize, |
| 1464 | 1464 | dwarf: DW.DwarfInfo, |
| 1465 | 1465 | mapped_memory: []u8, |