Another thread number removed
[gem5.git] / src / mem / cache / miss / mshr_queue.cc
index 97a56119f976cfaa2a2b27c669f0b373b76fee72..e54f7aa0840a737f03d5153bf052f7b8ff8fc809 100644 (file)
@@ -251,7 +251,7 @@ MSHRQueue::squash(int threadNum)
                 Packet * target = mshr->getTarget();
                 mshr->popTarget();
 
-                assert(target->req->getThreadNum() == threadNum);
+                assert(0/*target->req->getThreadNum()*/ == threadNum);
                 target = NULL;
             }
             assert(!mshr->hasTargets());