Bochs aspects: check for BUILD_BOCHS everywhere
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1610 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -4,8 +4,7 @@
|
||||
#include "config/VariantConfig.hpp"
|
||||
#include "config/FailConfig.hpp"
|
||||
|
||||
#ifdef BUILD_BOCHS
|
||||
#ifdef CONFIG_SR_SAVE
|
||||
#if defined(BUILD_BOCHS) && defined(CONFIG_SR_SAVE)
|
||||
|
||||
#include "bochs.h"
|
||||
|
||||
@ -31,6 +30,4 @@ aspect SaveState {
|
||||
};
|
||||
|
||||
#endif // CONFIG_SR_SAVE
|
||||
#endif // BUILD_BOCHS
|
||||
|
||||
#endif // _SAVE_STATE_AH__
|
||||
|
||||
Reference in New Issue
Block a user