Renamed some stuff. Write out the segment size as var, not 32 bit.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5233 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -867,7 +867,7 @@ int main (int argc, char* argv [])
|
||||
InitIncludePaths ();
|
||||
|
||||
/* Create the predefined segments */
|
||||
InitSegments ();
|
||||
SegInit ();
|
||||
|
||||
/* Enter the base lexical level. We must do that here, since we may
|
||||
* define symbols using -D.
|
||||
@@ -1013,7 +1013,7 @@ int main (int argc, char* argv [])
|
||||
|
||||
/* If we didn't have any errors, check and cleanup the unnamed labels */
|
||||
if (ErrorCount == 0) {
|
||||
ULabDone ();
|
||||
ULabDone ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, check the symbol table */
|
||||
@@ -1028,7 +1028,7 @@ int main (int argc, char* argv [])
|
||||
|
||||
/* If we didn't have any errors, check and resolve the segment data */
|
||||
if (ErrorCount == 0) {
|
||||
SegCheck ();
|
||||
SegDone ();
|
||||
}
|
||||
|
||||
/* If we didn't have any errors, check the assertions */
|
||||
|
||||
Reference in New Issue
Block a user