Changeset 43197 in vbox
- Timestamp:
- Sep 5, 2012 10:45:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r43195 r43197 5410 5410 { 5411 5411 PPGMPOOLPAGE pPage = &pPool->aPages[i]; 5412 5413 /** @todo r=bird: Is this code still needed in any way? The special root 5414 * pages should not be monitored or anything these days AFAIK. */ 5415 Assert(pPage->iNext == NIL_PGMPOOL_IDX); 5416 Assert(pPage->iModifiedNext == NIL_PGMPOOL_IDX); 5417 Assert(pPage->iModifiedPrev == NIL_PGMPOOL_IDX); 5418 Assert(pPage->iMonitoredNext == NIL_PGMPOOL_IDX); 5419 Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX); 5420 Assert(!pPage->fMonitored); 5421 5412 5422 pPage->iNext = NIL_PGMPOOL_IDX; 5413 5423 pPage->iModifiedNext = NIL_PGMPOOL_IDX;
Note:
See TracChangeset
for help on using the changeset viewer.