mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 03:22:08 +00:00
Evaluate assertions after placing sections
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user