X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=marina%2FtestCode%2Fcom%2Fsun%2Fvlsi%2Fchips%2Fmarina%2Ftest%2FInstructionStopper.java;h=5c18ef75ed9e8353ac89bb5184786db5bb1d6897;hb=afa995229d72069fb7de723ae8684653417bb021;hp=ffe58c2b8178c60d880379b181d5a06fbda27bf3;hpb=c362bbd8cae20dd2a08e704e1ce3fc5a4f3f7072;p=fleet.git diff --git a/marina/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java b/marina/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java index ffe58c2..5c18ef7 100644 --- a/marina/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java +++ b/marina/testCode/com/sun/vlsi/chips/marina/test/InstructionStopper.java @@ -31,9 +31,11 @@ public class InstructionStopper extends ProperStopper { /** put one Instruction into InstructionStopper */ public void fill(Instruction inst) { + MarinaPacket mp = new MarinaPacket(inst); MarinaTest.indenter.prln(" inserting instruction: " + - inst.toString().substring(inst.toString().indexOf(':')+1)); - super.fill(new MarinaPacket(inst)); + inst.toString().substring(inst.toString().indexOf(':')+1) + +"\n "+mp); + super.fill(mp); } /* put a torpedo into the InstructionStopper */