mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +00:00
Correct a comment.
This commit is contained in:
parent
43a09f7efc
commit
2e4937b695
@ -957,7 +957,7 @@ pub fn readElfDebugInfo(allocator: *mem.Allocator, elf_file: File) !ModuleDebugI
|
||||
}
|
||||
|
||||
/// TODO resources https://github.com/ziglang/zig/issues/4353
|
||||
/// This takes ownership of coff_file: users of this function should not close
|
||||
/// This takes ownership of macho_file: users of this function should not close
|
||||
/// it themselves, even on error.
|
||||
/// TODO it's weird to take ownership even on error, rework this code.
|
||||
fn readMachODebugInfo(allocator: *mem.Allocator, macho_file: File) !ModuleDebugInfo {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user