mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
Change output for symbols in the debug info file to match that of the other
lines. The name is now preceeded by "name=". git-svn-id: svn://svn.cc65.org/cc65/trunk@4803 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8f03c4e9cf
commit
7e72e7d46b
@ -217,7 +217,7 @@ void PrintDbgSyms (ObjData* O, FILE* F)
|
||||
|
||||
/* Emit the debug file line */
|
||||
fprintf (F,
|
||||
"sym\t\"%s\",value=0x%08lX,addrsize=%s,type=%s\n",
|
||||
"sym\tname=\"%s\",value=0x%08lX,addrsize=%s,type=%s\n",
|
||||
GetString (D->Name),
|
||||
Val,
|
||||
AddrSizeToStr (D->AddrSize),
|
||||
|
Loading…
Reference in New Issue
Block a user