summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/rob.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/rob.cc')
-rw-r--r--cpu/beta_cpu/rob.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpu/beta_cpu/rob.cc b/cpu/beta_cpu/rob.cc
new file mode 100644
index 000000000..ad45c022f
--- /dev/null
+++ b/cpu/beta_cpu/rob.cc
@@ -0,0 +1,7 @@
+
+#include "cpu/beta_cpu/alpha_dyn_inst.hh"
+#include "cpu/beta_cpu/alpha_impl.hh"
+#include "cpu/beta_cpu/rob_impl.hh"
+
+// Force instantiation of InstructionQueue.
+template class ROB<AlphaSimpleImpl>;