Revert "gem5: save/restore moved to Gem5Controller"

This reverts commit d525005990.
This commit is contained in:
Richard Hellwig
2013-05-22 17:38:56 +02:00
parent dd81913f2c
commit a6c24489f6
4 changed files with 56 additions and 15 deletions

View File

@ -30,7 +30,7 @@ public:
void startup();
~Gem5Controller();
void save(const std::string &path);
bool save(const std::string &path);
void restore(const std::string &path);
void reboot();
#if defined(CONFIG_EVENT_BREAKPOINTS) ||\