Another thread number removed

--HG--
extra : convert_revision : 4cfb83b8162745d686e8697f29f74f37b1a71525
This commit is contained in:
Ron Dreslinski 2006-10-06 09:27:59 -04:00
parent 1b6653b6f7
commit dfdb683fb9

View 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());