diff options
Diffstat (limited to 'src/cpu/o3/rename.hh')
-rw-r--r-- | src/cpu/o3/rename.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/o3/rename.hh b/src/cpu/o3/rename.hh index a091c0908..572790991 100644 --- a/src/cpu/o3/rename.hh +++ b/src/cpu/o3/rename.hh @@ -169,6 +169,9 @@ class DefaultRename /** Initializes variables for the stage. */ void startupStage(); + /** Clear all thread-specific states */ + void clearStates(ThreadID tid); + /** Sets pointer to list of active threads. */ void setActiveThreads(std::list<ThreadID> *at_ptr); |