Changeset 22518 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 27, 2009 12:47:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22513 r22518 2100 2100 Assert(pPageHead != pPage); Assert(pPageHead->iMonitoredNext != pPage->idx); 2101 2101 Assert(pPageHead->iMonitoredPrev != pPage->idx); 2102 AssertMsg(pPageHead->iMonitoredPrev == NIL_PGMPOOL_IDX || pPool->aPages[pPageHead->iMonitoredPrev].GCPhys == pPage->GCPhys, ("%RGp vs %RGp\n", pPool->aPages[pPageHead->iMonitoredPrev].GCPhys, pPage->GCPhys));2103 AssertMsg(pPageHead->iMonitoredNext == NIL_PGMPOOL_IDX || pPool->aPages[pPageHead->iMonitoredNext].GCPhys == pPage->GCPhys, ("%RGp vs %RGp\n", pPool->aPages[pPageHead->iMonitoredNext].GCPhys, pPage->GCPhys));2104 2102 2105 2103 #ifdef PGMPOOL_WITH_OPTIMIZED_DIRTY_PT
Note:
See TracChangeset
for help on using the changeset viewer.