CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5
[gem5.git] / src / cpu / o3 / cpu.hh
index 121253475603600dbed65d6961183e13e80b6470..a874b1e9f02cccc28f3e19439a7e57eefae74b4f 100644 (file)
@@ -732,7 +732,7 @@ class FullO3CPU : public BaseO3CPU
      * instruction results at run time.  This can be set to NULL if it
      * is not being used.
      */
-    Checker<DynInstPtr> *checker;
+    Checker<Impl> *checker;
 #endif
 
     /** Pointer to the system. */