Time: Add a mechanism to prevent M5 from running faster than real time.
[gem5.git] / src / sim / serialize.hh
index 677a3fd92ec898041dd09916ba1a4e340b42d43e..5ea632ea4b5bdeee7138103b9437dc4f3b967e57 100644 (file)
@@ -141,7 +141,6 @@ class Serializable
     static int ckptMaxCount;
     static int ckptPrevCount;
     static void serializeAll(const std::string &cpt_dir);
-    static void unserializeAll(const std::string &cpt_dir);
     static void unserializeGlobals(Checkpoint *cp);
 };
 
@@ -251,7 +250,7 @@ class Checkpoint
 
   public:
     // Set the current directory.  This function takes care of
-    // inserting curTick if there's a '%d' in the argument, and
+    // inserting curTick() if there's a '%d' in the argument, and
     // appends a '/' if necessary.  The final name is returned.
     static std::string setDir(const std::string &base_name);