gem5: save/restore moved to Gem5Controller

Change-Id: I0ce72f04a8de88f4f8b6c1f0bba7a9097c82e107
This commit is contained in:
Richard Hellwig
2013-05-03 15:53:43 +02:00
parent d9ba5e24ad
commit d525005990
4 changed files with 15 additions and 56 deletions

View File

@ -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) ||\