Changeset 85179 in vbox
- Timestamp:
- Jul 10, 2020 1:19:09 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r82968 r85179 635 635 } 636 636 RT_FALL_THRU(); 637 default: 637 638 #ifdef PGM_WITH_LARGE_PAGES 638 639 default_case: 639 640 #endif 640 default:641 641 Assert(!pPage->cModifications || ++cModifiedPages); 642 642 Assert(pPage->iModifiedNext == NIL_PGMPOOL_IDX || pPage->cModifications);
Note:
See TracChangeset
for help on using the changeset viewer.

