From: Doni Pracner Date: Sat, 1 Sep 2012 20:46:29 +0000 (+0200) Subject: replaced a14 with a15 as it should be X-Git-Tag: v0.1.2~30 X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=commitdiff_plain;h=70a6333f9c21f5c9f313d83d7ef06a3b2dfe1a56 replaced a14 with a15 as it should be --- diff --git a/mjc2wsl.java b/mjc2wsl.java index c89fbab..7146de3 100644 --- a/mjc2wsl.java +++ b/mjc2wsl.java @@ -183,7 +183,7 @@ public class mjc2wsl{ for (int i=0;i<14;i++) get(); prl(getStandardStart()); - prl("SKIP;\n ACTIONS A_S_start:\n A_S_start == CALL a14 END"); + prl("SKIP;\n ACTIONS A_S_start:\n A_S_start == CALL a15 END"); int op = get(); while (op>=0){ if (originalInComments) prl(createComment(""+op,C_OC));