diff options
Diffstat (limited to 'src/mem/port.hh')
-rw-r--r-- | src/mem/port.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/port.hh b/src/mem/port.hh index a4e823796..18db800b6 100644 --- a/src/mem/port.hh +++ b/src/mem/port.hh @@ -251,7 +251,7 @@ class MasterPort : public BaseMasterPort * Send a retry to the slave port that previously attempted a * sendTimingResp to this master port and failed. */ - void sendRetry(); + virtual void sendRetry(); /** * Determine if this master port is snooping or not. The default |