X-Git-Url: http://git.megacz.com/?p=fleet.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Ffleet%2Fmarina%2FInstructionStopper.java;h=f88d0c480ce6f996e1ae19f8529420e5384b738f;hp=ca65a4451025d206bba84ce7a032080ec8b8af1f;hb=aee85d3dd0435554e14e03b97f268752843a441f;hpb=2b9b7973e65961a16e69a4819939d4c5781ce372 diff --git a/src/edu/berkeley/fleet/marina/InstructionStopper.java b/src/edu/berkeley/fleet/marina/InstructionStopper.java index ca65a44..f88d0c4 100644 --- a/src/edu/berkeley/fleet/marina/InstructionStopper.java +++ b/src/edu/berkeley/fleet/marina/InstructionStopper.java @@ -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 */