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