Changeset 20748 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 21, 2009 8:56:56 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r20665 r20748 248 248 void pgmPoolMonitorChainChanging(PVMCPU pVCpu, PPGMPOOL pPool, PPGMPOOLPAGE pPage, RTGCPHYS GCPhysFault, CTXTYPE(RTGCPTR, RTHCPTR, RTGCPTR) pvAddress, PDISCPUSTATE pDis) 249 249 { 250 Assert (pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);250 AssertMsg(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX, ("%#x (idx=%#x)\n", pPage->iMonitoredPrev, pPage->idx)); 251 251 const unsigned off = GCPhysFault & PAGE_OFFSET_MASK; 252 252 const unsigned cbWrite = pDis ? pgmPoolDisasWriteSize(pDis) : 0;
Note:
See TracChangeset
for help on using the changeset viewer.