diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-11 19:47:11 -0400 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-11 19:47:11 -0400 |
commit | 14c8e8b2271a78cb3f9f1887a212d9de9f4fcc28 (patch) | |
tree | 13ff03f3fad9ff1fd57e2ef503e4fa2fa0414a54 /src | |
parent | 3c7e0ec752c1d2c61b9e8c1233bb904d836b4e4e (diff) | |
download | gem5-14c8e8b2271a78cb3f9f1887a212d9de9f4fcc28.tar.xz |
Forgot to mark myself as on the retry list
--HG--
extra : convert_revision : c20170320a284a7bf143a929e4d3aa1475a8bfe0
Diffstat (limited to 'src')
-rw-r--r-- | src/mem/bus.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/bus.hh b/src/mem/bus.hh index b1cbbe1e3..6e93f60c4 100644 --- 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); } } |