summaryrefslogtreecommitdiff
path: root/cpu/ooo_cpu/ooo_cpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ooo_cpu/ooo_cpu.cc')
-rw-r--r--cpu/ooo_cpu/ooo_cpu.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/ooo_cpu/ooo_cpu.cc b/cpu/ooo_cpu/ooo_cpu.cc
new file mode 100644
index 000000000..255070de4
--- /dev/null
+++ b/cpu/ooo_cpu/ooo_cpu.cc
@@ -0,0 +1,6 @@
+
+#include "cpu/ooo_cpu/ooo_cpu_impl.hh"
+#include "cpu/ooo_cpu/ooo_dyn_inst.hh"
+#include "cpu/ooo_cpu/ooo_impl.hh"
+
+template class OoOCPU<OoOImpl>;