Central management of the debug info base ids.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5123 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -78,6 +78,9 @@ ObjData* NewObjData (void)
|
||||
O->MTime = 0;
|
||||
O->Start = 0;
|
||||
O->Flags = 0;
|
||||
O->FileBaseId = 0;
|
||||
O->SymBaseId = 0;
|
||||
O->ScopeBaseId = 0;
|
||||
O->Files = EmptyCollection;
|
||||
O->Sections = EmptyCollection;
|
||||
O->Exports = EmptyCollection;
|
||||
|
||||
Reference in New Issue
Block a user