Actually generate basic line info.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4928 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -862,6 +862,11 @@ int main (int argc, char* argv [])
|
||||
*/
|
||||
SymEnterLevel (&GlobalNameSpace, ST_GLOBAL, ADDR_SIZE_DEFAULT);
|
||||
|
||||
/* Initialize the line infos. Must be done here, since we need line infos
|
||||
* for symbol definitions.
|
||||
*/
|
||||
InitLineInfo ();
|
||||
|
||||
/* Check the parameters */
|
||||
I = 1;
|
||||
while (I < ArgCount) {
|
||||
@@ -980,9 +985,6 @@ int main (int argc, char* argv [])
|
||||
/* Initialize the segments */
|
||||
InitSegments ();
|
||||
|
||||
/* Initialize the line infos */
|
||||
InitLineInfo ();
|
||||
|
||||
/* Initialize the scanner, open the input file */
|
||||
InitScanner (InFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user