arch: Bump MaxVecRegLenInBytes to 4096
[gem5.git] / src / arch / power / pagetable.hh
index 3097aa5263dea67e8e49fdcbefb0340d0f30bf54..d835a531601f2e58620d7362a6f90d0ec3ba3406 100644 (file)
@@ -146,9 +146,8 @@ struct PTE
         return (V0 | V1);
     };
 
-    void serialize(std::ostream &os);
-
-    void unserialize(Checkpoint *cp, const std::string &section);
+    void serialize(CheckpointOut &cp) const;
+    void unserialize(CheckpointIn &cp);
 };
 
 } // namespace PowerISA