Write imports out as debug symbols.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5185 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -684,7 +684,7 @@ unsigned GetSymImportId (const SymEntry* S)
|
||||
unsigned GetSymExportId (const SymEntry* S)
|
||||
/* Return the export id for the given symbol */
|
||||
{
|
||||
PRECONDITION (S != 0 && (S->Flags & SF_IMPORT) && S->ExportId != ~0U);
|
||||
PRECONDITION (S != 0 && (S->Flags & SF_EXPORT) && S->ExportId != ~0U);
|
||||
return S->ExportId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user