Changeset 17177 in vbox for trunk/src/VBox
- Timestamp:
- Feb 26, 2009 4:54:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17158 r17177 3100 3100 u.pau64 = (uint64_t *)PGMPOOL_PAGE_2_PTR(pPool->CTX_SUFF(pVM), pUserPage); 3101 3101 3102 LogFlow(("pgmPoolTrackClearPageUser: clear %x in %s ( flushing %s)\n", iUserTable, pgmPoolPoolKindToStr(pUserPage->enmKind), pgmPoolPoolKindToStr(pPage->enmKind)));3102 LogFlow(("pgmPoolTrackClearPageUser: clear %x in %s (%RGp) (flushing %s)\n", iUserTable, pgmPoolPoolKindToStr(pUserPage->enmKind), pUserPage->Core.Key, pgmPoolPoolKindToStr(pPage->enmKind))); 3103 3103 3104 3104 /* Safety precaution in case we change the paging for other modes too in the future. */
Note:
See TracChangeset
for help on using the changeset viewer.