stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / interrupts.hh
index f93ea5c8f4a17dd3d17e94afef79c4eaf40a069f..d5d2dac348c275904fa6493d4cf674fdc8d5790a 100644 (file)
@@ -272,14 +272,14 @@ class Interrupts : public SimObject
     }
 
     void
-    serialize(std::ostream &os)
+    serialize(CheckpointOut &cp) const
     {
         SERIALIZE_ARRAY(interrupts, NumInterruptTypes);
         SERIALIZE_SCALAR(intStatus);
     }
 
     void
-    unserialize(Checkpoint *cp, const std::string &section)
+    unserialize(CheckpointIn &cp)
     {
         UNSERIALIZE_ARRAY(interrupts, NumInterruptTypes);
         UNSERIALIZE_SCALAR(intStatus);