Changeset 65471 in vbox
- Timestamp:
- Jan 26, 2017 9:44:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r65466 r65471 5477 5477 pPage->iMonitoredNext = NIL_PGMPOOL_IDX; 5478 5478 pPage->iMonitoredPrev = NIL_PGMPOOL_IDX; 5479 pPage->cModifications = 0;5480 5479 pPage->GCPhys = NIL_RTGCPHYS; 5481 5480 pPage->enmKind = PGMPOOLKIND_FREE; … … 5491 5490 pPage->fReusedFlushPending = false; 5492 5491 pPage->iUserHead = NIL_PGMPOOL_USER_INDEX; 5492 pPage->cPresent = 0; 5493 pPage->iFirstPresent = NIL_PGMPOOL_PRESENT_INDEX; 5494 pPage->cModifications = 0; 5493 5495 pPage->iAgeNext = NIL_PGMPOOL_IDX; 5494 5496 pPage->iAgePrev = NIL_PGMPOOL_IDX; 5497 pPage->idxDirtyEntry = 0; 5495 5498 pPage->GCPtrLastAccessHandlerRip = NIL_RTGCPTR; 5496 5499 pPage->GCPtrLastAccessHandlerFault = NIL_RTGCPTR;
Note:
See TracChangeset
for help on using the changeset viewer.