summaryrefslogtreecommitdiff
path: root/cpu/ozone/simple_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/simple_impl.hh')
-rw-r--r--cpu/ozone/simple_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/simple_impl.hh b/cpu/ozone/simple_impl.hh
index 961bf2ea9..26845271a 100644
--- a/cpu/ozone/simple_impl.hh
+++ b/cpu/ozone/simple_impl.hh
@@ -51,7 +51,7 @@ struct SimpleImpl {
// Would like to put these into their own area.
// typedef NullPredictor BranchPred;
- typedef TwobitBPredUnit<SimpleImpl> BranchPred;
+ typedef BPredUnit<SimpleImpl> BranchPred;
typedef FrontEnd<SimpleImpl> FrontEnd;
// Will need IQ, LSQ eventually
typedef InorderBackEnd<SimpleImpl> BackEnd;