From: Ron Dreslinski Date: Wed, 11 Oct 2006 23:47:11 +0000 (-0400) Subject: Forgot to mark myself as on the retry list X-Git-Tag: m5_2.0_beta2~104^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14c8e8b2271a78cb3f9f1887a212d9de9f4fcc28;p=gem5.git Forgot to mark myself as on the retry list --HG-- extra : convert_revision : c20170320a284a7bf143a929e4d3aa1475a8bfe0 --- 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); } }