Forgot to mark myself as on the retry list
authorRon Dreslinski <rdreslin@umich.edu>
Wed, 11 Oct 2006 23:47:11 +0000 (19:47 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Wed, 11 Oct 2006 23:47:11 +0000 (19:47 -0400)
--HG--
extra : convert_revision : c20170320a284a7bf143a929e4d3aa1475a8bfe0

src/mem/bus.hh

index b1cbbe1e3f12e4ad63e0706629c172429462a110..6e93f60c49b678acde6c0cbefd9b2b07f57dd65c 100644 (file)
@@ -231,6 +231,7 @@ class Bus : public MemObject
                 inRetry = false;
             }
             else {
+                port->onRetryList(true);
                 retryList.push_back(port);
             }
         }