elf: fix typo

This commit is contained in:
Jakub Konka
2023-12-05 18:10:09 +01:00
parent d05db52616
commit 418b042f49

View File

@@ -1348,7 +1348,7 @@ pub fn flushStaticLib(self: *Elf, comp: *Compilation, module_obj_path: ?[]const
try self.allocateNonAllocSections();
if (build_options.enable_logging) {
log.debug("{}", .{self.dumpState()});
state_log.debug("{}", .{self.dumpState()});
}
try self.writeSyntheticSectionsObject();