Use CollTransfer where possible.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5225 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -419,6 +419,9 @@ void SymExport (SymEntry* S, unsigned char AddrSize, unsigned Flags)
|
||||
|
||||
/* Set the symbol data */
|
||||
S->Flags |= (SF_EXPORT | SF_REFERENCED | Flags);
|
||||
|
||||
/* Remember line info for this reference */
|
||||
CollAppend (&S->RefLines, GetAsmLineInfo ());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user