Turn Interrupts objects into SimObjects. Also, move local APIC state into x86's Inter...
[gem5.git] / src / cpu / ozone / inst_queue.hh
index 0158fd2d2290b25df78f54c3ed869e006da5f1d7..a11d5204bc060b4904e98466474db9db12d1a5bc 100644 (file)
@@ -99,7 +99,7 @@ class InstQueue
                      InstQueue<Impl> *iq_ptr);
 
         virtual void process();
-        virtual const char *description();
+        virtual const char *description() const;
     };
 #endif
     /** Constructs an IQ. */