correction of the guards output

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1305 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-06-05 13:59:46 +00:00
parent 47930c7255
commit d4510be230

View File

@ -29,7 +29,7 @@ using std::endl;
#if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_SR_RESTORE) || \
!defined(CONFIG_SR_SAVE) || !defined(CONFIG_EVENT_TRAP)
#error This experiment needs: breakpoints, suppressed-interrupts, traps, save, and restore. Enable these in the configuration.
#error This experiment needs: breakpoints, traps, save, and restore. Enable these in the configuration.
#endif
bool WeathermonitorExperiment::run()