make test 6 harder
[fleet.git] / testCode / com / sun / vlsi / chips / marina / test / MarinaTest.java
index 9e14e73..d7eec1b 100644 (file)
@@ -1376,7 +1376,7 @@ public class MarinaTest {
             marina.fillSouthProperStopper(new Instruction[] {
                     RECV_DATA,
                     new Instruction.Set(dock,Predicate.IgnoreFlagD,SetDest.OuterLoopCounter,SetSource.DataLatch),
-                    // FIXME: try a load literal right here to be evil
+                    new Instruction.Set(dock,Predicate.IgnoreFlagD,SetDest.DataLatch,-1),
                 });
 
             model.waitNS(CYCLE_TIME_NS * 64);