- Timestamp:
- Jul 5, 2010 1:13:15 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMSavedState.cpp
r30613 r30616 2592 2592 || PGM_PAGE_IS_BALLOONED(pPage)) 2593 2593 break; 2594 AssertLogRelMsgReturn(PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED, ("GCPhys=%RGp %R[pgmpage]\n", GCPhys, pPage), VERR_INTERNAL_ERROR_5); 2594 2595 /* Allocated before (prealloc), so free it now. */ 2595 2596 rc = pgmPhysFreePage(pVM, pReq, &cPendingPages, pPage, GCPhys);
Note:
See TracChangeset
for help on using the changeset viewer.