mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Evaluate assertions after placing sections
This commit is contained in:
@@ -512,7 +512,10 @@ void obj_ReadFile(char const *fileName)
|
||||
void obj_DoSanityChecks(void)
|
||||
{
|
||||
sect_DoSanityChecks();
|
||||
}
|
||||
|
||||
void obj_CheckAssertions(void)
|
||||
{
|
||||
patch_CheckAssertions(assertions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user