fix JS for indexmultiple setting
authorcrawshaw <crawshaw@ibex.org>
Sat, 8 Jan 2005 10:01:23 +0000 (10:01 +0000)
committercrawshaw <crawshaw@ibex.org>
Sat, 8 Jan 2005 10:01:23 +0000 (10:01 +0000)
darcs-hash:20050108100123-2eb37-781ebe947117e74c6c98dac886d1f26866aa0d1a.gz

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(