Fixes to get MIPS_SE to compile.
[gem5.git] / src / cpu / o3 / fetch.cc
index 5f52d0fca6c2f988459e99c11a787643f41e3d28..d809b07e4736f6a28865f318ad37f31932e0bae0 100644 (file)
@@ -28,8 +28,7 @@
  * Authors: Kevin Lim
  */
 
-#include "cpu/o3/alpha_dyn_inst.hh"
-#include "cpu/o3/alpha_impl.hh"
+#include "cpu/o3/isa_specific.hh"
 #include "cpu/o3/fetch_impl.hh"
 
-template class DefaultFetch<AlphaSimpleImpl>;
+template class DefaultFetch<O3CPUImpl>;