X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fclassgen%2FCGConst.java;fp=src%2Forg%2Fibex%2Fclassgen%2FCGConst.java;h=83d2056f54968af1f25e9e173df68f1c4a4f50c8;hp=cfef6b73a904379dab5ff84f6bddfabce281dbc3;hb=1a607deb9b281751feb3c57b163d17f7d1c0c801;hpb=bc9112573cba51be5e7d285ccd3e496be4278c63 diff --git a/src/org/ibex/classgen/CGConst.java b/src/org/ibex/classgen/CGConst.java index cfef6b7..83d2056 100644 --- a/src/org/ibex/classgen/CGConst.java +++ b/src/org/ibex/classgen/CGConst.java @@ -82,11 +82,11 @@ public interface CGConst { public static final byte BALOAD = (byte) 0x33; // 0 public static final byte CALOAD = (byte) 0x34; // 0 public static final byte SALOAD = (byte) 0x35; // 0 - public static final byte ISTORE = (byte) 0x36; // 0 - public static final byte LSTORE = (byte) 0x37; // 9 - public static final byte FSTORE = (byte) 0x38; // 0 - public static final byte DSTORE = (byte) 0x39; // 0 - public static final byte ASTORE = (byte) 0x3A; // 0 + public static final byte ISTORE = (byte) 0x36; // 1 + public static final byte LSTORE = (byte) 0x37; // 1 + public static final byte FSTORE = (byte) 0x38; // 1 + public static final byte DSTORE = (byte) 0x39; // 1 + public static final byte ASTORE = (byte) 0x3A; // 1 public static final byte ISTORE_0 = (byte) 0x3B; // 0 public static final byte ISTORE_1 = (byte) 0x3C; // 0 public static final byte ISTORE_2 = (byte) 0x3D; // 0