bugfix: config header missing in save/restore/BP aspects
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1602 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
#ifndef __BREAKPOINTS_AH__
|
#ifndef __BREAKPOINTS_AH__
|
||||||
#define __BREAKPOINTS_AH__
|
#define __BREAKPOINTS_AH__
|
||||||
|
|
||||||
|
#include "config/VariantConfig.hpp"
|
||||||
#include "config/FailConfig.hpp"
|
#include "config/FailConfig.hpp"
|
||||||
|
|
||||||
#ifdef BUILD_BOCHS
|
#ifdef BUILD_BOCHS
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
#ifndef __RESTORE_STATE_AH__
|
#ifndef __RESTORE_STATE_AH__
|
||||||
#define __RESTORE_STATE_AH__
|
#define __RESTORE_STATE_AH__
|
||||||
|
|
||||||
|
#include "config/VariantConfig.hpp"
|
||||||
#include "config/FailConfig.hpp"
|
#include "config/FailConfig.hpp"
|
||||||
|
|
||||||
#ifdef BUILD_BOCHS
|
#ifdef BUILD_BOCHS
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
#ifndef _SAVE_STATE_AH__
|
#ifndef _SAVE_STATE_AH__
|
||||||
#define _SAVE_STATE_AH__
|
#define _SAVE_STATE_AH__
|
||||||
|
|
||||||
|
#include "config/VariantConfig.hpp"
|
||||||
#include "config/FailConfig.hpp"
|
#include "config/FailConfig.hpp"
|
||||||
|
|
||||||
#ifdef BUILD_BOCHS
|
#ifdef BUILD_BOCHS
|
||||||
|
|||||||
Reference in New Issue
Block a user