Added assertions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2202 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include "incpath.h"
|
||||
#include "instr.h"
|
||||
#include "istack.h"
|
||||
#include "ldassert.h"
|
||||
#include "lineinfo.h"
|
||||
#include "listing.h"
|
||||
#include "macro.h"
|
||||
@@ -484,6 +485,9 @@ static void CreateObjFile (void)
|
||||
/* Write the string pool */
|
||||
WriteStrPool ();
|
||||
|
||||
/* Write the assertions */
|
||||
WriteAssertions ();
|
||||
|
||||
/* Write an updated header and close the file */
|
||||
ObjClose ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user