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:
@ -213,7 +213,12 @@ void BX_MEM_C::cleanup_memory()
|
||||
{
|
||||
unsigned idx;
|
||||
|
||||
// DanceOS
|
||||
#ifdef DANCEOS_RESTORE
|
||||
if (BX_MEM_THIS vector != NULL || sal::restore_bochs_request) {
|
||||
#else
|
||||
if (BX_MEM_THIS vector != NULL) {
|
||||
#endif
|
||||
delete [] BX_MEM_THIS actual_vector;
|
||||
BX_MEM_THIS actual_vector = NULL;
|
||||
BX_MEM_THIS vector = NULL;
|
||||
|
||||
Reference in New Issue
Block a user