VirtualBox

Changeset 65988 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 7, 2017 4:49:43 PM (8 years ago)
Author:
vboxsync
Message:

pgmR3ExitShadowModeBeforePoolFlush: not necessary to nil GCPhysCR3 here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGM.cpp

    r65987 r65988  
    37463746    int rc = PGM_BTH_PFN(UnmapCR3, pVCpu)(pVCpu);
    37473747    AssertRC(rc);
    3748 #ifdef REMEMBER_TO_ENABLE_THESE_GCPhycCR3_NIL_ASSIGNMENTS /** @todo Enable r113096 and fix. */
    3749     pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS;
    3750 #endif
    37513748
    37523749    /* Exit the current shadow paging mode as well; nested paging and EPT use a root CR3 which will get flushed here. */
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