- Timestamp:
- Mar 2, 2009 9:43:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMMap.cpp
r17134 r17228 686 686 pVM->pgm.s.GCPtrMappingFixed = 0; 687 687 pVM->pgm.s.cbMappingFixed = 0; 688 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 688 689 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); 689 690 … … 695 696 * be monitoring it. 696 697 */ 697 # ifdef PGMPOOL_WITH_MONITORING698 # ifdef PGMPOOL_WITH_MONITORING 698 699 pgmPoolFlushAll(pVM); 699 # endif700 # endif 700 701 /* Remap CR3 as we have just flushed the CR3 shadow PML4 in case we're in long mode. */ 701 702 int rc = PGM_BTH_PFN(MapCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 702 703 AssertRCSuccess(rc); 703 704 704 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY705 705 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 706 706 AssertRCSuccess(rc);
Note:
See TracChangeset
for help on using the changeset viewer.