Some fixes and missing comments for restore-mechanism.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1236 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -131,9 +131,13 @@ void BX_CPU_C::cpu_loop(Bit32u max_instr_count)
|
||||
// If request to return to caller ASAP.
|
||||
return;
|
||||
}
|
||||
}else if(sal::restore_bochs_request){ //DanceOS
|
||||
return;
|
||||
}
|
||||
// DanceOS
|
||||
#ifdef DANCEOS_RESTORE
|
||||
else if(sal::restore_bochs_request) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
bxICacheEntry_c *entry = getICacheEntry();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user