Some changes in debug info generation.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4788 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -71,6 +71,7 @@ Fragment* NewFragment (unsigned char Type, unsigned Size, Section* S)
|
||||
/* Initialize the data */
|
||||
F->Next = 0;
|
||||
F->Obj = 0;
|
||||
F->Sec = S;
|
||||
F->Size = Size;
|
||||
F->Expr = 0;
|
||||
F->LineInfos = EmptyCollection;
|
||||
|
||||
Reference in New Issue
Block a user