VirtualBox

Changeset 16865 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 17, 2009 4:52:24 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r16733 r16865  
    722722        pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3;
    723723        Assert(!pVM->pgm.s.fMappingsFixed);
     724#ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    724725        Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored);
    725 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    726726        rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3);
    727727#endif
     
    18511851            pVM->pgm.s.fSyncFlags &= ~PGM_SYNC_MONITOR_CR3;
    18521852            Assert(!pVM->pgm.s.fMappingsFixed);
     1853#ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    18531854            Assert(pVM->pgm.s.GCPhysCR3 == pVM->pgm.s.GCPhysGstCR3Monitored);
    1854 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    18551855            rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3);
    18561856#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette