fix commenting mistake
authorAdam Megacz <adam.megacz@sun.com>
Wed, 10 Dec 2008 16:46:12 +0000 (16:46 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Wed, 10 Dec 2008 16:46:12 +0000 (16:46 +0000)
testCode/com/sun/vlsi/chips/marina/test/MarinaTest.java

index c4a528c..a680ef9 100644 (file)
@@ -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));