summaryrefslogtreecommitdiff
path: root/cpu/o3/bpred_unit.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/bpred_unit.hh')
-rw-r--r--cpu/o3/bpred_unit.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/o3/bpred_unit.hh b/cpu/o3/bpred_unit.hh
index 67c300989..ee7ffc183 100644
--- a/cpu/o3/bpred_unit.hh
+++ b/cpu/o3/bpred_unit.hh
@@ -67,6 +67,10 @@ class TwobitBPredUnit
*/
void regStats();
+ void switchOut();
+
+ void takeOverFrom();
+
/**
* Predicts whether or not the instruction is a taken branch, and the
* target of the branch if it is taken.