Evaluate assertions after placing sections

This commit is contained in:
ISSOtm
2020-03-27 20:00:29 +01:00
parent 6579120d9e
commit 95f347dc6a
3 changed files with 9 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ int main(int argc, char *argv[])
/* then process them, */
obj_DoSanityChecks();
assign_AssignSections();
obj_CheckAssertions();
assign_Cleanup();
/* and finally output the result. */