X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.model.am2900%2Ftest%2Fnet%2Fmograsim%2Flogic%2Fmodel%2Fam2900%2Fam2910%2FTestableAm2910.java;h=115f9cb52c3b95b9c734dddd63c5a0202d00ae73;hb=25b455d400c8f7e5c7ece19e3c64cf80c106ac3d;hp=fa347606f2594d71139fa44e2857d185766580ba;hpb=6d3f5892ac40a8a28291a5bf117d345c83061a1b;p=Mograsim.git diff --git a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2910/TestableAm2910.java b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2910/TestableAm2910.java index fa347606..115f9cb5 100644 --- a/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2910/TestableAm2910.java +++ b/net.mograsim.logic.model.am2900/test/net/mograsim/logic/model/am2900/am2910/TestableAm2910.java @@ -29,7 +29,7 @@ public interface TestableAm2910 extends TestableCircuit String get_VECT(); - public enum Am2910_Inst + enum Am2910_Inst { JZ, CJS, JMAP, CJP, PUSH, JSRP, CJV, JRP, RFCT, RPCT, CRTN, CJPP, LDCT, LOOP, CONT, TWB; }