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.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/beta_cpu/bpred_unit.cc b/cpu/beta_cpu/bpred_unit.cc
new file mode 100644
index 000000000..c1b0f54b2
--- /dev/null
+++ b/cpu/beta_cpu/bpred_unit.cc
@@ -0,0 +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 class TwobitBPredUnit<AlphaSimpleImpl>;