enable symbol lookup for haiku

This commit is contained in:
Al Hoang
2021-05-22 01:01:35 -05:00
committed by Andrew Kelley
parent db8eae65de
commit 2be2c983cb

View File

@@ -1686,7 +1686,7 @@ pub const ModuleDebugInfo = switch (native_os) {
};
}
},
.linux, .netbsd, .freebsd, .dragonfly, .openbsd => struct {
.linux, .netbsd, .freebsd, .dragonfly, .openbsd, .haiku => struct {
base_address: usize,
dwarf: DW.DwarfInfo,
mapped_memory: []const u8,