update to AM15
[fleet.git] / src / edu / berkeley / fleet / InstructionPort.java
index 14638ce..7f9db45 100644 (file)
@@ -38,6 +38,7 @@ public abstract class InstructionPort extends Port {
                 Log.println(Log.red(" WARNING: you did not leave a standing move on inbox-port " + this));
                 return;
             }
+            /*
             if (currentlyExecuting.count != Integer.MAX_VALUE
                 || currentlyExecuting.dataIn != Instruction.IgnoreCopyTake.TAKE
                 || currentlyExecuting.ack
@@ -48,6 +49,7 @@ public abstract class InstructionPort extends Port {
                             );
                 return;
             }
+            */
             currentlyExecuting = null;
         }
         if (currentlyExecuting != null || instructions.size() > 0) {