remove last vestiges of old literal system
[fleet.git] / src / edu / berkeley / fleet / interpreter / Interpreter.java
index dda42a7..0f239fc 100644 (file)
@@ -88,7 +88,8 @@ public class Interpreter extends Fleet implements Fleet.WithDynamicShips {
         } else if (i instanceof Instruction.Literal.CodeBagDescriptor) {
             Instruction.Literal.CodeBagDescriptor cbd = (Instruction.Literal.CodeBagDescriptor)i;
             long absolute_cbd = ((cbd.offset+address) << 6) | cbd.size;
-            new Packet(this, null, (int)absolute_cbd, (InterpreterDestination)cbd.dest).send();
+            throw new RuntimeException();
+            //new Packet(this, null, (int)absolute_cbd, (InterpreterDestination)cbd.pump).send();
             
         } else if (i instanceof Instruction.Literal.Absolute) {
             new Packet(this, null,