diff options
Diffstat (limited to 'cpu/ozone/ozone_impl.hh')
-rw-r--r-- | cpu/ozone/ozone_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ozone/ozone_impl.hh b/cpu/ozone/ozone_impl.hh index 1f543ec6e..9dc50c1fb 100644 --- a/cpu/ozone/ozone_impl.hh +++ b/cpu/ozone/ozone_impl.hh @@ -54,7 +54,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; |