summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/simple_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/simple_impl.hh')
-rw-r--r--src/cpu/ozone/simple_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/simple_impl.hh b/src/cpu/ozone/simple_impl.hh
index 961bf2ea9..26845271a 100644
--- a/src/cpu/ozone/simple_impl.hh
+++ b/src/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;