gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
mjc2wsl - use the proper start action right away in the action system generation
authorDoni Pracner <quinnuendo@gmail.com>
Wed, 12 Feb 2014 17:44:29 +0000 (18:44 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Wed, 12 Feb 2014 17:44:29 +0000 (18:44 +0100)
src/mjc2wsl.java

index 8ee7852..fe9b0bd 100644 (file)
@@ -339,8 +339,7 @@ public class mjc2wsl{
                int mainAdr = get4();
                
                prl(createStandardStart(numberOfWords));
                int mainAdr = get4();
                
                prl(createStandardStart(numberOfWords));
-               prl("SKIP;\n ACTIONS A_S_start:\n A_S_start == CALL a" + (14 + mainAdr)
-                               + " END");
+               prl("SKIP;\n ACTIONS a" + (14 + mainAdr) + " :");
                int op = get();
                while (op >= 0) {
                        if (originalInComments)
                int op = get();
                while (op >= 0) {
                        if (originalInComments)
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner