projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7e0ec
)
Forgot to mark myself as on the retry list
author
Ron Dreslinski
<rdreslin@umich.edu>
Wed, 11 Oct 2006 23:47:11 +0000
(19:47 -0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Wed, 11 Oct 2006 23:47:11 +0000
(19:47 -0400)
--HG--
extra : convert_revision :
c20170320a284a7bf143a929e4d3aa1475a8bfe0
src/mem/bus.hh
patch
|
blob
|
history
diff --git
a/src/mem/bus.hh
b/src/mem/bus.hh
index b1cbbe1e3f12e4ad63e0706629c172429462a110..6e93f60c49b678acde6c0cbefd9b2b07f57dd65c 100644
(file)
--- a/
src/mem/bus.hh
+++ b/
src/mem/bus.hh
@@
-231,6
+231,7
@@
class Bus : public MemObject
inRetry = false;
}
else {
+ port->onRetryList(true);
retryList.push_back(port);
}
}