projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c4567f
)
Get rid of some commented out code.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 06:50:22 +0000
(23:50 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 13 Oct 2008 06:50:22 +0000
(23:50 -0700)
src/mem/tport.cc
patch
|
blob
|
history
diff --git
a/src/mem/tport.cc
b/src/mem/tport.cc
index f8850df6c30ba1e199829b1be4b309edc6e99909..0656f6d829b2a0d6aa9aa263c4f1f6b0928f509d 100644
(file)
--- a/
src/mem/tport.cc
+++ b/
src/mem/tport.cc
@@
-65,7
+65,6
@@
SimpleTimingPort::recvTiming(PacketPtr pkt)
// code to hanldle nacks here, but I'm pretty sure it didn't work
// correctly with the drain code, so that would need to be fixed
// if we ever added it back.
- //assert(pkt->isRequest());
if (pkt->memInhibitAsserted()) {
// snooper will supply based on copy of packet