summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mem/bus.hh1
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);
}
}