summaryrefslogtreecommitdiff
path: root/cpu/o3/mem_dep_unit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/mem_dep_unit.hh')
-rw-r--r--cpu/o3/mem_dep_unit.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/o3/mem_dep_unit.hh b/cpu/o3/mem_dep_unit.hh
index 32ce9f768..141e0fdc4 100644
--- a/cpu/o3/mem_dep_unit.hh
+++ b/cpu/o3/mem_dep_unit.hh
@@ -84,6 +84,10 @@ class MemDepUnit {
/** Registers statistics. */
void regStats();
+ void switchOut();
+
+ void takeOverFrom();
+
/** Sets the pointer to the IQ. */
void setIQ(InstructionQueue<Impl> *iq_ptr);