mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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",
|
"debug_line",
|
||||||
})) |name| {
|
})) |name| {
|
||||||
const s = @field(Section.Id, 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;
|
break false;
|
||||||
}
|
}
|
||||||
} else true;
|
} else true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue