Changeset 16865 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 17, 2009 4:52:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r16733 r16865 722 722 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 723 723 Assert(!pVM->pgm.s.fMappingsFixed); 724 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 724 725 Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored); 725 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY726 726 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 727 727 #endif … … 1851 1851 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 1852 1852 Assert(!pVM->pgm.s.fMappingsFixed); 1853 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 1853 1854 Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored); 1854 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY1855 1855 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 1856 1856 #endif
Note:
See TracChangeset
for help on using the changeset viewer.