Skip to content

Commit

Permalink
Update compiler/src/dmd/backend/machobj.d
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Feb 18, 2024
1 parent 765ae6c commit 9a12c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/dmd/backend/machobj.d
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,7 @@ void MachObj_term(const(char)* objfilename)
sym32.n_sect = sym.n_sect;
fobjbuf.write(&sym32, sym32.sizeof);
}
dysymtab_cmd.nundefsym++;

Check warning on line 1429 in compiler/src/dmd/backend/machobj.d

View check run for this annotation

Codecov / codecov/patch

compiler/src/dmd/backend/machobj.d#L1429

Added line #L1429 was not covered by tests
symtab_cmd.nsyms++;
}
foffset += symtab_cmd.nsyms * (I64 ? nlist_64.sizeof : nlist.sizeof);
Expand Down

0 comments on commit 9a12c7d

Please sign in to comment.