| ... | @@ -1451,6 +1451,8 @@ pub fn flushModule(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod | ... | @@ -1451,6 +1451,8 @@ pub fn flushModule(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 1451 | self.error_flags.no_entry_point_found = false; | 1451 | self.error_flags.no_entry_point_found = false; |
| 1452 | try self.writeHeader(); | 1452 | try self.writeHeader(); |
| 1453 | } | 1453 | } |
| | 1454 | |
| | 1455 | assert(!self.imports_count_dirty); |
| 1454 | } | 1456 | } |
| 1455 | | 1457 | |
| 1456 | pub fn getDeclVAddr(self: *Coff, decl_index: Module.Decl.Index, reloc_info: link.File.RelocInfo) !u64 { | 1458 | pub fn getDeclVAddr(self: *Coff, decl_index: Module.Decl.Index, reloc_info: link.File.RelocInfo) !u64 { |