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