VirtualBox

Changeset 65911 in vbox


Ignore:
Timestamp:
Mar 1, 2017 11:47:46 AM (8 years ago)
Author:
vboxsync
Message:

PGM: Reset GCPhysCR3 at reset (partially re-applied r113096).

File:
1 edited

Legend:

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

    r65902 r65911  
    25492549    int rc = PGM_GST_PFN(Exit, pVCpu)(pVCpu);
    25502550    AssertRC(rc);
    2551 #ifdef REMEMBER_TO_ENABLE_THESE_GCPhycCR3_NIL_ASSIGNMENTS /** @todo Enable r113096 and fix. */
    25522551    pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS;
    2553 #endif
    25542552
    25552553    rc = PGMR3ChangeMode(pVM, pVCpu, PGMMODE_REAL);
     
    26062604        int rc = PGM_GST_PFN(Exit, pVCpu)(pVCpu);
    26072605        AssertReleaseRC(rc);
    2608 #ifdef REMEMBER_TO_ENABLE_THESE_GCPhycCR3_NIL_ASSIGNMENTS /** @todo Enable r113096 and fix. */
    26092606        pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS;
    2610 #endif
    26112607    }
    26122608
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