diff options
Diffstat (limited to 'src/cpu/o3/fetch.hh')
-rw-r--r-- | src/cpu/o3/fetch.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/o3/fetch.hh b/src/cpu/o3/fetch.hh index ee1932bec..3cf0773fd 100644 --- a/src/cpu/o3/fetch.hh +++ b/src/cpu/o3/fetch.hh @@ -216,6 +216,9 @@ class DefaultFetch /** Initialize stage. */ void startupStage(); + /** Clear all thread-specific states*/ + void clearStates(ThreadID tid); + /** Handles retrying the fetch access. */ void recvReqRetry(); |