| author | |
| committer | |
| log | 62de7a2efd760bec85a41d52eca641fd61cd4a5d |
| tree | 1d087598d9ac8917153a8f883b38bf496a7aefbf |
| parent | 389368392e07eb3360bef11ad601755be9f45528 |
| signature |
closes #256671 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug/ElfFile.zig+1-1| ... | ... | @@ -377,7 +377,7 @@ fn loadSeparateDebugFile(arena: Allocator, main_loaded: *LoadInnerResult, opt_cr |
| 377 | 377 | "debug_line", |
| 378 | 378 | })) |name| { |
| 379 | 379 | const s = @field(Section.Id, name); |
| 380 | if (main_loaded.sections.get(s) == null and result.sections.get(s) != null) { | |
| 380 | if (main_loaded.sections.get(s) == null and result.sections.get(s) == null) { | |
| 381 | 381 | break false; |
| 382 | 382 | } |
| 383 | 383 | } else true; |