Changeset 22947 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Sep 11, 2009 9:39:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r22764 r22947 3113 3113 LogRel(("PGM: Failed to procure handy pages; rc=%Rrc rcAlloc=%Rrc rcSeed=%Rrc cHandyPages=%#x\n" 3114 3114 " cAllPages=%#x cPrivatePages=%#x cSharedPages=%#x cZeroPages=%#x\n", 3115 rc, rc Seed, rcAlloc,3115 rc, rcAlloc, rcSeed, 3116 3116 pVM->pgm.s.cHandyPages, 3117 3117 pVM->pgm.s.cAllPages,
Note:
See TracChangeset
for help on using the changeset viewer.