Changeset 16675 in vbox
- Timestamp:
- Feb 11, 2009 4:15:54 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r16673 r16675 1541 1541 */ 1542 1542 unsigned i = pPool->aiHash[PGMPOOL_HASH(GCPhys)]; 1543 Log3(("pgmPoolCacheAlloc: %RGp kind % d iUser=%d iUserTable=%x SLOT=%d\n", GCPhys, enmKind, iUser, iUserTable, i));1543 Log3(("pgmPoolCacheAlloc: %RGp kind %s iUser=%d iUserTable=%x SLOT=%d\n", GCPhys, pgmPoolPoolKindToStr(enmKind), iUser, iUserTable, i)); 1544 1544 if (i != NIL_PGMPOOL_IDX) 1545 1545 {
Note:
See TracChangeset
for help on using the changeset viewer.