Refactor to avoid redundant obj_CheckAssertions function

This commit is contained in:
Rangi42
2024-03-27 16:19:01 -04:00
parent dcb4e40388
commit 506911d7d0
7 changed files with 38 additions and 54 deletions

View File

@@ -457,7 +457,7 @@ int main(int argc, char *argv[]) {
if (nbErrors != 0)
reportErrors();
assign_AssignSections();
obj_CheckAssertions();
patch_CheckAssertions();
// and finally output the result.
patch_ApplyPatches();