Missing DANCEOS_RESTORE-#define added.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1286 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -9,12 +9,15 @@
|
|||||||
namespace sal
|
namespace sal
|
||||||
{
|
{
|
||||||
|
|
||||||
|
#ifdef DANCEOS_RESTORE
|
||||||
bx_bool restore_bochs_request = false;
|
bx_bool restore_bochs_request = false;
|
||||||
bx_bool save_bochs_request = false;
|
bx_bool save_bochs_request = false;
|
||||||
bx_bool reboot_bochs_request = false;
|
string sr_path = "";
|
||||||
|
#endif
|
||||||
|
|
||||||
|
bx_bool reboot_bochs_request = false;
|
||||||
bx_bool interrupt_injection_request = false;
|
bx_bool interrupt_injection_request = false;
|
||||||
int interrupt_to_fire = -1;
|
int interrupt_to_fire = -1;
|
||||||
std::string sr_path = "";
|
|
||||||
|
|
||||||
BochsController::BochsController()
|
BochsController::BochsController()
|
||||||
: SimulatorController(new BochsRegisterManager(), new BochsMemoryManager())
|
: SimulatorController(new BochsRegisterManager(), new BochsMemoryManager())
|
||||||
|
|||||||
Reference in New Issue
Block a user