From: Doni Pracner Date: Wed, 12 Feb 2014 17:44:29 +0000 (+0100) Subject: mjc2wsl - use the proper start action right away in the action system generation X-Git-Tag: v0.1.5~6 X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=commitdiff_plain;h=5112419f1e9e2ccc279823d658391547db3712a4;hp=ec5ee9b63f3f86802c8ca1d5fee0e87ef521de98;ds=inline mjc2wsl - use the proper start action right away in the action system generation --- diff --git a/src/mjc2wsl.java b/src/mjc2wsl.java index 8ee7852..fe9b0bd 100644 --- a/src/mjc2wsl.java +++ b/src/mjc2wsl.java @@ -339,8 +339,7 @@ public class mjc2wsl{ 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)