Fixes to get MIPS_SE to compile.
[gem5.git] / src / cpu / o3 / rob.cc
index ccef6b1554a7f0c6fb8ede7d3134ed72b7724870..9976049cdb2eaa94179411b41ebfe6324394e1a2 100644 (file)
@@ -33,4 +33,4 @@
 #include "cpu/o3/rob_impl.hh"
 
 // Force instantiation of InstructionQueue.
-template class ROB<AlphaSimpleImpl>;
+template class ROB<O3CPUImpl>;