Changeset 65988 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 7, 2017 4:49:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r65987 r65988 3746 3746 int rc = PGM_BTH_PFN(UnmapCR3, pVCpu)(pVCpu); 3747 3747 AssertRC(rc); 3748 #ifdef REMEMBER_TO_ENABLE_THESE_GCPhycCR3_NIL_ASSIGNMENTS /** @todo Enable r113096 and fix. */3749 pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS;3750 #endif3751 3748 3752 3749 /* 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.