Changeset 17148 in vbox
- Timestamp:
- Feb 26, 2009 9:55:26 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17140 r17148 3094 3094 u.pau64 = (uint64_t *)PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pUserPage); 3095 3095 3096 LogFlow(("pgmPoolTrackClearPageUser: clear %x in %s (flushing %s)\n", iUserTable, pgmPoolPoolKindToStr(pUserPage->enmKind), pgmPoolPoolKindToStr(pPage->enmKind))); 3097 3096 3098 /* Safety precaution in case we change the paging for other modes too in the future. */ 3097 3099 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
Note:
See TracChangeset
for help on using the changeset viewer.