gem5: restore works now
The function restore(PATH) can now be used to restore a checkpoint. Change-Id: I25faf9f6335261d2b3ade4185eae93983ece9f97
This commit is contained in:
@ -170,6 +170,7 @@ class Serializable
|
||||
static int ckptPrevCount;
|
||||
static void serializeAll(const std::string &cpt_dir);
|
||||
static void unserializeGlobals(Checkpoint *cp);
|
||||
static void loadStateAll(Checkpoint *cp); //DanceOS
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user