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