Changeset 46420 in vbox for trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
- Timestamp:
- Jun 6, 2013 4:27:25 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r43045 r46420 108 108 rc = pgmPoolTrackUpdateGCPhys(pVM, PageDesc.GCPhys, pPage, true /* clear the entries */, &fFlush); 109 109 Assert( rc == VINF_SUCCESS 110 || ( VMCPU_FF_IS SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3)110 || ( VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3) 111 111 && (pVCpu->pgm.s.fSyncFlags & PGM_SYNC_CLEAR_PGM_POOL))); 112 112 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.