gem5: save/restore moved to Gem5Controller
Change-Id: I0ce72f04a8de88f4f8b6c1f0bba7a9097c82e107
This commit is contained in:
@ -30,7 +30,7 @@ public:
|
||||
void startup();
|
||||
~Gem5Controller();
|
||||
|
||||
bool save(const std::string &path);
|
||||
void save(const std::string &path);
|
||||
void restore(const std::string &path);
|
||||
void reboot();
|
||||
#if defined(CONFIG_EVENT_BREAKPOINTS) ||\
|
||||
|
||||
Reference in New Issue
Block a user