X86: Make the timing simple CPU handle variable length instructions.
[gem5.git] / src / cpu / quiesce_event.hh
index 3de40f97ea5c10ea2ee2bc41963d9808813a8fa9..85c88ab32cc8cf00bf050bd457b139b799ee1572 100644 (file)
@@ -47,7 +47,7 @@ struct EndQuiesceEvent : public Event
     virtual void process();
 
     /** Event description */
-    virtual const char *description();
+    virtual const char *description() const;
 };
 
 #endif // __CPU_QUIESCE_EVENT_HH__