Fox scopes that have a label (= .PROC), write the label to the debug
information. git-svn-id: svn://svn.cc65.org/cc65/trunk@5130 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -807,12 +807,12 @@ static void CreateObjFile (void)
|
||||
/* Write the export list */
|
||||
WriteExports ();
|
||||
|
||||
/* Write the scopes if requested */
|
||||
WriteScopes ();
|
||||
|
||||
/* Write debug symbols if requested */
|
||||
WriteDbgSyms ();
|
||||
|
||||
/* Write the scopes if requested */
|
||||
WriteScopes ();
|
||||
|
||||
/* Write line infos if requested */
|
||||
WriteLineInfos ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user