Changeset 28643 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Apr 23, 2010 1:06:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r28639 r28643 3860 3860 pNew->iNext = iPhysExtStart; 3861 3861 pNew->aidx[0] = iShwPT; 3862 pNew->apte[ 1] = iPte;3862 pNew->apte[0] = iPte; 3863 3863 LogFlow(("pgmPoolTrackPhysExtInsert: added new extent %d:{%d pte %d}->%d\n", iPhysExt, iShwPT, iPte, iPhysExtStart)); 3864 3864 return PGMPOOL_TD_MAKE(PGMPOOL_TD_CREFS_PHYSEXT, iPhysExt);
Note:
See TracChangeset
for help on using the changeset viewer.