fix JS for indexmultiple setting
[org.ibex.js.git] / src / org / ibex / js / JS.java
index 096e8f9..c988746 100644 (file)
@@ -174,13 +174,12 @@ public interface JS extends Pausable {
          *  entries[index + 1] // value
          *  entries[index + 2] // trap
          */
-        protected final int indexmultiple = 3;
 
         protected void entryAdded(int p) {}
         protected void entryUpdated(int p) {}
         protected void entryRemoved(int p) {}
 
-        public Obj() { super(4, 0.75F); }
+        public Obj() { super(3, 4, 0.75F); }
 
         public JS unclone() { return this; }
         public InputStream getInputStream() throws IOException, JSExn { throw new JSExn(