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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user