- Timestamp:
- Mar 19, 2014 11:17:48 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92870
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r49482 r50819 47 47 DECLINLINE(unsigned) pgmPoolTrackGetShadowEntrySize(PGMPOOLKIND enmKind); 48 48 DECLINLINE(unsigned) pgmPoolTrackGetGuestEntrySize(PGMPOOLKIND enmKind); 49 static void pgmPoolTrackClearPageUsers(PPGMPOOL pPool, PPGMPOOLPAGE pPage); 49 50 static void pgmPoolTrackDeref(PPGMPOOL pPool, PPGMPOOLPAGE pPage); 50 51 static int pgmPoolTrackAddUser(PPGMPOOL pPool, PPGMPOOLPAGE pPage, uint16_t iUser, uint32_t iUserTable); … … 1798 1799 1799 1800 Assert(pPool->cDirtyPages == RT_ELEMENTS(pPool->aDirtyPages) || pPool->aDirtyPages[pPool->idxFreeDirtyPage].uIdx == NIL_PGMPOOL_IDX); 1800 return; 1801 1802 /* 1803 * Clear all references to this shadow table. See @bugref{7298}. 1804 */ 1805 pgmPoolTrackClearPageUsers(pPool, pPage); 1801 1806 } 1802 1807 # endif /* !IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.