Use the Span structure also for scopes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5115 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -69,7 +69,7 @@ struct Scope {
|
||||
unsigned Type; /* Type of scope */
|
||||
unsigned Name; /* Name of scope */
|
||||
unsigned long Size; /* Size of scope */
|
||||
Collection SegRanges; /* Segment ranges for this scope */
|
||||
Collection Spans; /* Spans for this scope */
|
||||
};
|
||||
|
||||
|
||||
@@ -93,4 +93,4 @@ void ResolveScopes (ObjData* Obj);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user