diff options
Diffstat (limited to 'cpu/o3/rename.hh')
-rw-r--r-- | cpu/o3/rename.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/o3/rename.hh b/cpu/o3/rename.hh index 4c5c46356..dd2cb0c18 100644 --- a/cpu/o3/rename.hh +++ b/cpu/o3/rename.hh @@ -155,6 +155,8 @@ class DefaultRename void switchOut(); + void doSwitchOut(); + void takeOverFrom(); /** Squashes all instructions in a thread. */ |