hscsimple restored

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1636 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-09-13 14:38:07 +00:00
parent f3d19e2b8d
commit 8ef01b7dfa

View File

@ -1,5 +1,3 @@
#include <iostream>
#include <unistd.h>
@ -9,9 +7,6 @@
#include "sal/Listener.hpp"
#include "util/Logger.hpp"
#include "config/FailConfig.hpp"
#include "../plugins/serialoutput/SerialOutput.hpp"
// Check if configuration dependencies are satisfied:
#if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_SR_RESTORE) || !defined(CONFIG_SR_SAVE)
@ -26,9 +21,6 @@ bool HSCSimpleExperiment::run()
Logger log("HSC", false);
log << "experiment start" << endl;
SerialOutput so(0x3F8);
simulator.addFlow(&so);
// do funny things here...
#if 1
// STEP 1