Changeset 22712 in vbox
- Timestamp:
- Sep 2, 2009 11:54:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22711 r22712 1622 1622 return false; 1623 1623 1624 GCPhys = GCPhys & ~(RTGCPHYS)(PAGE_SIZE - 1); 1625 1624 1626 for (unsigned i = 0; i < RT_ELEMENTS(pPool->aIdxDirtyPages); i++) 1625 1627 {
Note:
See TracChangeset
for help on using the changeset viewer.