Debug symbolid for each symbol that goes into the debug symbol output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4811 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -94,7 +94,8 @@ struct SymEntry {
|
||||
* addressing
|
||||
*/
|
||||
unsigned Flags; /* Symbol flags */
|
||||
unsigned ImportId; /* Id if imported symbol */
|
||||
unsigned DebugSymId; /* Debug symbol id */
|
||||
unsigned ImportId; /* Id of import if this is one */
|
||||
struct ExprNode* Expr; /* Symbol expression */
|
||||
Collection ExprRefs; /* Expressions using this symbol */
|
||||
unsigned char ExportSize; /* Export address size */
|
||||
|
||||
Reference in New Issue
Block a user