Output module info.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5120 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -111,9 +111,10 @@ void PrintDbgScopes (FILE* F)
|
||||
const Scope* S = CollConstAt (&O->Scopes, J);
|
||||
|
||||
fprintf (F,
|
||||
"scope\tid=%u,name=\"%s\",type=%u",
|
||||
"scope\tid=%u,name=\"%s\",module=%u,type=%u",
|
||||
BaseId + S->Id,
|
||||
GetString (S->Name),
|
||||
I,
|
||||
S->Type);
|
||||
|
||||
/* Print the size if available */
|
||||
|
||||
Reference in New Issue
Block a user