| author | |
| committer | |
| log | 70838d34aa581c9723d39592329827cf671cf0e9 |
| tree | a80d827f780ce263d1816a60583268fc6c3ec89a |
| parent | db877df8eb1831891fc1f3cb6dab1503868b5732 |
1 files changed, 2 insertions(+), 0 deletions(-)
src/link/Coff.zig+2| ... | ... | @@ -1451,6 +1451,8 @@ pub fn flushModule(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 1451 | 1451 | self.error_flags.no_entry_point_found = false; |
| 1452 | 1452 | try self.writeHeader(); |
| 1453 | 1453 | } |
| 1454 | ||
| 1455 | assert(!self.imports_count_dirty); | |
| 1454 | 1456 | } |
| 1455 | 1457 | |
| 1456 | 1458 | pub fn getDeclVAddr(self: *Coff, decl_index: Module.Decl.Index, reloc_info: link.File.RelocInfo) !u64 { |