Output module info.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5120 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-05 12:09:11 +00:00
parent 3593eb2869
commit 317676d868
2 changed files with 32 additions and 1 deletions

View File

@@ -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 */