From f255bd72294aab2afd648172b62840bcf9c0d59f Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Wed, 10 Dec 2008 16:46:12 +0000 Subject: [PATCH] fix commenting mistake --- .../com/sun/vlsi/chips/marina/test/MarinaTest.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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)); -- 1.7.10.4