VirtualBox

Changeset 30616 in vbox for trunk/src


Ignore:
Timestamp:
Jul 5, 2010 1:13:15 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63344
Message:

Put back assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSavedState.cpp

    r30613 r30616  
    25922592                            ||  PGM_PAGE_IS_BALLOONED(pPage))
    25932593                            break;
     2594                        AssertLogRelMsgReturn(PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED, ("GCPhys=%RGp %R[pgmpage]\n", GCPhys, pPage), VERR_INTERNAL_ERROR_5);
    25942595                        /* Allocated before (prealloc), so free it now. */
    25952596                        rc = pgmPhysFreePage(pVM, pReq, &cPendingPages, pPage, GCPhys);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette