Adapted to new line infos and spans as written to the object file by the
assembler. git-svn-id: svn://svn.cc65.org/cc65/trunk@5163 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -72,7 +72,8 @@ struct ObjData {
|
||||
unsigned Flags;
|
||||
|
||||
unsigned SymBaseId; /* Debug info base id for symbols */
|
||||
unsigned ScopeBaseId; /* Debug info base if for scopes */
|
||||
unsigned ScopeBaseId; /* Debug info base id for scopes */
|
||||
unsigned SpanBaseId; /* Debug info base id for spans */
|
||||
|
||||
Collection Files; /* List of input files */
|
||||
Collection Sections; /* List of all sections */
|
||||
@@ -84,6 +85,7 @@ struct ObjData {
|
||||
unsigned* Strings; /* List of global string indices */
|
||||
Collection Assertions; /* List of module assertions */
|
||||
Collection Scopes; /* List of scopes */
|
||||
Collection Spans; /* List of spans */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user