From: Adam Megacz Date: Wed, 10 Dec 2008 16:46:12 +0000 (+0000) Subject: fix commenting mistake X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f255bd72294aab2afd648172b62840bcf9c0d59f;p=fleet.git fix commenting mistake --- diff --git a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java index c4a528c..a680ef9 100644 --- a/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java +++ b/testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java @@ -1256,16 +1256,16 @@ public class MarinaTest { // FIXME marina.instrIn.fill(new Instruction.Set(DOCK,false,Predicate.IgnoreOLC, CLEAR_FLAG, CLEAR_FLAG)); marina.instrIn.fill(new Instruction.Move(DOCK, - false, /* requeueing */ - Predicate.IgnoreOLC, /* predicate */ - true, /* torpedoable */ - null, /* path */ - false, /* tokenIn */ - true, /* dataIn */ - false, /* latchData */ - false, /* latchPath */ - false, /* dataOut */ - false /* tokenOut */ + false, // requeueing + Predicate.IgnoreOLC, // predicate + true, // torpedoable + null, // path + false, // tokenIn + true, // dataIn + false, // latchData + false, // latchPath + false, // dataOut + false // tokenOut )); marina.instrIn.fill(new Instruction.Set(DOCK,false,Predicate.IgnoreOLC, SET_FLAG, SET_FLAG));