]> git.sur5r.net Git - cc65/blobdiff - src/ca65/main.c
Complete redesign of line info generation. Uses spans instead of a fragment
[cc65] / src / ca65 / main.c
index 30f22da14c0e905f6a1e78c0f43c146f6b6a15bf..1104f5b68a8350217bf50ef31ce2769f4d1fd2af 100644 (file)
@@ -1036,15 +1036,15 @@ int main (int argc, char* argv [])
         CheckAssertions ();
     }
 
-    /* If we didn't have an errors, index the line infos */
-    MakeLineInfoIndex ();
-
     /* Dump the data */
     if (Verbosity >= 2) {
         SymDump (stdout);
         SegDump ();
     }
 
+    /* If we didn't have an errors, finish off the line infos */
+    DoneLineInfo ();
+
     /* If we didn't have any errors, create the object, listing and
      * dependency files
      */