mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
enable symbol lookup for haiku
This commit is contained in:
parent
db8eae65de
commit
2be2c983cb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user