get rid of ChainControls
[fleet.git] / src / edu / berkeley / fleet / marina / InstructionStopper.java
index ca65a44..f88d0c4 100644 (file)
@@ -19,10 +19,13 @@ public class InstructionStopper extends ProperStopper {
 
     public InstructionStopper(String name,
                               String propInst,
-                              ChainControls cc, ChipModel model,
+                              ChainControl controlChain,
+                              ChainControl dataChain,
+                              ChainControl reportChain,
+                              ChipModel model,
                               boolean clockHack,
                               Indenter indenter, String counterPath) {
-        super(name, propInst, cc, model, clockHack, indenter, counterPath);
+        super(name, propInst, controlChain, dataChain, reportChain, model, clockHack, indenter, counterPath);
     }
 
     /** put one Instruction into InstructionStopper */