Write imports out to the debug info file. Add the id of the corresponding
export. git-svn-id: svn://svn.cc65.org/cc65/trunk@5186 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -85,6 +85,7 @@ struct Export {
|
||||
ExprNode* Expr; /* Expression (0 if not def'd) */
|
||||
unsigned Size; /* Size of the symbol if any */
|
||||
Collection LineInfos; /* Line info of definition */
|
||||
unsigned DbgSymId; /* Id of debug symbol for this export */
|
||||
unsigned short Type; /* Type of export */
|
||||
unsigned short AddrSize; /* Address size of export */
|
||||
unsigned char ConDes[CD_TYPE_COUNT]; /* Constructor/destructor decls */
|
||||
|
||||
Reference in New Issue
Block a user