Improved the format of the global symbols' lists of flags, in cc65's debugging output.
This commit is contained in:
@@ -138,7 +138,7 @@ void DumpSymEntry (FILE* F, const SymEntry* E)
|
||||
}
|
||||
}
|
||||
if (SymFlags != 0) {
|
||||
fprintf (F, "%04X", SymFlags);
|
||||
fprintf (F, " 0x%05X", SymFlags);
|
||||
}
|
||||
fprintf (F, "\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user