Fail* now builds with hsc-simple as experiment for gem5.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1503 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
friemel
2012-08-22 14:20:26 +00:00
parent 15b5235987
commit ca17c793e7
7 changed files with 10 additions and 6 deletions

View File

@ -3,6 +3,7 @@
#include "config/FailConfig.hpp"
#ifdef BUILD_BOCHS
#ifdef CONFIG_EVENT_BREAKPOINTS
#include "bochs.h"
@ -28,5 +29,6 @@ aspect Breakpoints {
};
#endif // CONFIG_EVENT_BREAKPOINTS
#endif // BUILD_BOCHS
#endif // __BREAKPOINTS_AH__

View File

@ -3,6 +3,7 @@
#include "config/FailConfig.hpp"
#ifdef BUILD_BOCHS
#ifdef CONFIG_SR_RESTORE
#include <iostream>
@ -23,5 +24,6 @@ aspect RestoreState {
};
#endif // CONFIG_SR_RESTORE
#endif // BUILD_BOCHS
#endif // __RESTORE_STATE_AH__

View File

@ -3,6 +3,7 @@
#include "config/FailConfig.hpp"
#ifdef BUILD_BOCHS
#ifdef CONFIG_SR_SAVE
#include "bochs.h"
@ -29,5 +30,6 @@ aspect SaveState {
};
#endif // CONFIG_SR_SAVE
#endif // BUILD_BOCHS
#endif // _SAVE_STATE_AH__