summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/bpred_unit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/bpred_unit.cc')
-rw-r--r--cpu/beta_cpu/bpred_unit.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/beta_cpu/bpred_unit.cc b/cpu/beta_cpu/bpred_unit.cc
index 6de2def44..c4a79fbbe 100644
--- a/cpu/beta_cpu/bpred_unit.cc
+++ b/cpu/beta_cpu/bpred_unit.cc
@@ -1,5 +1,6 @@
#include "cpu/beta_cpu/bpred_unit_impl.hh"
#include "cpu/beta_cpu/alpha_impl.hh"
+#include "cpu/beta_cpu/alpha_dyn_inst.hh"
-template DefaultBPredUnit<AlphaSimpleImpl>;
+template TwobitBPredUnit<AlphaSimpleImpl>;