Another thread number removed
--HG-- extra : convert_revision : 4cfb83b8162745d686e8697f29f74f37b1a71525
This commit is contained in:
parent
1b6653b6f7
commit
dfdb683fb9
1 changed files with 1 additions and 1 deletions
2
src/mem/cache/miss/mshr_queue.cc
vendored
2
src/mem/cache/miss/mshr_queue.cc
vendored
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue