]> git.sur5r.net Git - cc65/blobdiff - src/ca65/main.c
Implemented new .PUSHCPU and .POPCPU commands.
[cc65] / src / ca65 / main.c
index 2e4c6885202db9d90d6a6aba2f1a33f4a1e73960..d325725b536f91df1ac7eebd4a54337614f40989 100644 (file)
@@ -956,9 +956,9 @@ int main (int argc, char* argv [])
     /* Assemble the input */
     Assemble ();
 
-    /* If we didn't have any errors, check the segment stack */
+    /* If we didn't have any errors, check the pseudo insn stacks */
     if (ErrorCount == 0) {
-        SegStackCheck ();
+        CheckPseudo ();                                        
     }
 
     /* If we didn't have any errors, check the unnamed labels */