summaryrefslogtreecommitdiff
path: root/cpu/o3/cpu_policy.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/o3/cpu_policy.hh')
-rw-r--r--cpu/o3/cpu_policy.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/o3/cpu_policy.hh b/cpu/o3/cpu_policy.hh
index 52227013e..b4249b12d 100644
--- a/cpu/o3/cpu_policy.hh
+++ b/cpu/o3/cpu_policy.hh
@@ -51,7 +51,7 @@
template<class Impl>
struct SimpleCPUPolicy
{
- typedef TwobitBPredUnit<Impl> BPredUnit;
+ typedef BPredUnit<Impl> BPredUnit;
typedef PhysRegFile<Impl> RegFile;
typedef SimpleFreeList FreeList;
typedef SimpleRenameMap RenameMap;