Gem5 is now linked against fail (not fully working)

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1466 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-08-01 16:40:16 +00:00
parent ac199248a3
commit c30011fc01
8 changed files with 78 additions and 5 deletions

View File

@ -1,7 +1,22 @@
#include "Gem5Controller.hpp"
namespace fail {
int interrupt_to_fire = -1;
} // end-of-namespace: fail
void Gem5Controller::save(const std::string &path)
{
}
void Gem5Controller::restore(const std::string &path)
{
}
void Gem5Controller::reboot()
{
}
} // end-of-namespace: fail