1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +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:
uz 2010-08-09 21:28:47 +00:00
parent 8f03c4e9cf
commit 7e72e7d46b

View File

@ -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),