cpu: O3 add a header declaring the DerivO3CPU
[gem5.git] / src / cpu / simple_thread.hh
index 1595551fb81b38b7272195b6c4de0195d5de9fd9..8594e44712f02be4dc7e30d2150365a206ff6d96 100644 (file)
@@ -209,7 +209,7 @@ class SimpleThread : public ThreadState
 
     /// Set the status to Active.  Optional delay indicates number of
     /// cycles to wait before beginning execution.
-    void activate(int delay = 1);
+    void activate(Cycles delay = Cycles(1));
 
     /// Set the status to Suspended.
     void suspend();