mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
389368392e
commit
62de7a2efd
@ -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…
x
Reference in New Issue
Block a user