Changeset 16907 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
- Timestamp:
- Feb 18, 2009 3:04:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43029
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r16882 r16907 719 719 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 720 720 Assert(!pVM->pgm.s.fMappingsFixed); 721 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY722 721 Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored); 723 722 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 724 #endif725 723 } 726 724 … … 1641 1639 { 1642 1640 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 1643 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY1644 1641 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, GCPhysCR3); 1645 #endif1646 1642 } 1647 1643 } … … 1670 1666 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 1671 1667 Assert(!pVM->pgm.s.fMappingsFixed); 1672 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY1673 1668 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, GCPhysCR3); 1674 #endif1675 1669 } 1676 1670 if (fGlobal) … … 1848 1842 pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3; 1849 1843 Assert(!pVM->pgm.s.fMappingsFixed); 1850 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY1851 1844 Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored); 1852 1845 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 1853 #endif1854 1846 } 1855 1847 }
Note:
See TracChangeset
for help on using the changeset viewer.