Changeset 10365 in vbox
- Timestamp:
- Jul 8, 2008 1:12:01 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r10364 r10365 249 249 Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX); 250 250 const unsigned off = GCPhysFault & PAGE_OFFSET_MASK; 251 const unsigned cbWrite = pgmPoolDisasWriteSize(pCpu);251 const unsigned cbWrite = (pCpu) ? pgmPoolDisasWriteSize(pCpu) : 0; 252 252 253 253 LogFlow(("pgmPoolMonitorChainChanging: %VGv phys=%VGp kind=%d cbWrite=%d\n", pvAddress, GCPhysFault, pPage->enmKind, cbWrite));
Note:
See TracChangeset
for help on using the changeset viewer.