Skip to content
Snippets Groups Projects
Gem5Controller.cc 273 B
Newer Older
#include "Gem5Controller.hpp"

namespace fail {

int     interrupt_to_fire           = -1;

void Gem5Controller::save(const std::string &path)
{

}

void Gem5Controller::restore(const std::string &path)
{

}

void Gem5Controller::reboot()
{

}

} // end-of-namespace: fail