]> git.sur5r.net Git - cc65/blobdiff - src/ld65/dbginfo.c
Mark the symbol that is the name of a scope with the size of that scope
[cc65] / src / ld65 / dbginfo.c
index 1bd3fe40838fcd4f9ec8cf2f325ae2c0b0f11ffd..2b81367cc5f256639fa854b3493ef981d825ba9c 100644 (file)
@@ -85,7 +85,7 @@ void PrintDbgInfo (ObjData* O, FILE* F)
 
            /* Print it */
             fprintf (F,
-                     "line\tfile=%u,line=%lu,segment=%u,range=0x%06lX-0x%06lX",
+                     "line\tfile=%u,line=%lu,segment=%u,range=0x%lX-0x%lX",
                      LI->File->Id, GetSourceLine (LI), R->Seg->Id,
                      R->Offs, R->Offs + R->Size - 1);