mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
parent
389368392e
commit
62de7a2efd
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ fn loadSeparateDebugFile(arena: Allocator, main_loaded: *LoadInnerResult, opt_cr
|
|||
"debug_line",
|
||||
})) |name| {
|
||||
const s = @field(Section.Id, name);
|
||||
if (main_loaded.sections.get(s) == null and result.sections.get(s) != null) {
|
||||
if (main_loaded.sections.get(s) == null and result.sections.get(s) == null) {
|
||||
break false;
|
||||
}
|
||||
} else true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue