projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6653b
)
Another thread number removed
author
Ron Dreslinski
<rdreslin@umich.edu>
Fri, 6 Oct 2006 13:27:59 +0000
(09:27 -0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Fri, 6 Oct 2006 13:27:59 +0000
(09:27 -0400)
--HG--
extra : convert_revision :
4cfb83b8162745d686e8697f29f74f37b1a71525
src/mem/cache/miss/mshr_queue.cc
patch
|
blob
|
history
diff --git
a/src/mem/cache/miss/mshr_queue.cc
b/src/mem/cache/miss/mshr_queue.cc
index 97a56119f976cfaa2a2b27c669f0b373b76fee72..e54f7aa0840a737f03d5153bf052f7b8ff8fc809 100644
(file)
--- a/
src/mem/cache/miss/mshr_queue.cc
+++ b/
src/mem/cache/miss/mshr_queue.cc
@@
-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());