Added assertions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2202 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#define OBJ_VERSION 0x000A
|
||||
|
||||
/* Size of an object file header */
|
||||
#define OBJ_HDR_SIZE 72
|
||||
#define OBJ_HDR_SIZE (20*4)
|
||||
|
||||
/* Flag bits */
|
||||
#define OBJ_FLAGS_DBGINFO 0x0001 /* File has debug info */
|
||||
@@ -78,6 +78,8 @@ struct ObjHeader {
|
||||
unsigned long LineInfoSize; /* 32: Size of line infos */
|
||||
unsigned long StrPoolOffs; /* 32: Offset to string pool */
|
||||
unsigned long StrPoolSize; /* 32: Size of string pool */
|
||||
unsigned long AssertOffs; /* 32: Offset to assertion table */
|
||||
unsigned long AssertSize; /* 32: Size of assertion table */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user