Handle file position information for fragments differently: Instead of
handling them separately (which has historic reasons), generate real line info information. This means that line info for the assembler source will be part of the debug info file. git-svn-id: svn://svn.cc65.org/cc65/trunk@4774 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -208,7 +208,7 @@ const char* GetSourceFileName (const ObjData* O, unsigned Index)
|
||||
} else {
|
||||
|
||||
/* Get a pointer to the file info struct */
|
||||
const FileInfo* FI = CollAt (&O->Files, Index);
|
||||
const FileInfo* FI = CollConstAt (&O->Files, Index);
|
||||
|
||||
/* Return the name */
|
||||
return GetString (FI->Name);
|
||||
|
||||
Reference in New Issue
Block a user