X86: Get rid of the unused getAllocator on the python base microop class.
[gem5.git] / src / arch / alpha / isa.hh
index 622d1da4cc2ff3c63a3d60c3134f4c68d3a26bbe..574b5084191e68a3d77bf58aeded552caa2f4edc 100644 (file)
@@ -83,8 +83,9 @@ namespace AlphaISA
             intr_flag = 0;
         }
 
-        void serialize(std::ostream &os);
-        void unserialize(Checkpoint *cp, const std::string &section);
+        void serialize(EventManager *em, std::ostream &os);
+        void unserialize(EventManager *em, Checkpoint *cp,
+                const std::string &section);
 
         void reset(std::string core_name, ThreadID num_threads,
                    unsigned num_vpes, BaseCPU *_cpu)