coding-style++, comments++, FIXMEs++

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2063 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2013-02-06 15:39:46 +00:00
parent 38b7064189
commit 552a5fb4ac
5 changed files with 15 additions and 11 deletions

View File

@ -24,14 +24,14 @@ void Gem5Controller::startup()
bool Gem5Controller::save(const std::string &path)
{
connector.save(path);
connector.save(path); // FIXME: not working?!
return true;
}
void Gem5Controller::restore(const std::string &path)
{
connector.restore(path);
connector.restore(path); // FIXME: not working?!
}
// TODO: Implement reboot