authorgravatar for 3811822-hoanga@users.noreply.gitlab.comAl Hoang <3811822-hoanga@users.noreply.gitlab.com> 2021-05-22 01:01:35-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-05-24 10:39:01-07:00
log2be2c983cb17bd24e0f876f9e363f8342765273c
treed5cb60237716179428c12e43e3ce85b44976e5a1
parentdb8eae65dece402438e5e48dd0d1c8c4fc8f5b1c

enable symbol lookup for haiku


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

lib/std/debug.zig+1-1
......@@ -1686,7 +1686,7 @@ pub const ModuleDebugInfo = switch (native_os) {
16861686 };
16871687 }
16881688 },
1689 .linux, .netbsd, .freebsd, .dragonfly, .openbsd => struct {
1689 .linux, .netbsd, .freebsd, .dragonfly, .openbsd, .haiku => struct {
16901690 base_address: usize,
16911691 dwarf: DW.DwarfInfo,
16921692 mapped_memory: []const u8,