Changeset 65470 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 26, 2017 9:42:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r65466 r65470 2548 2548 int rc = PGM_GST_PFN(Exit, pVCpu)(pVCpu); 2549 2549 AssertRC(rc); 2550 pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS; 2550 2551 2551 2552 rc = PGMR3ChangeMode(pVM, pVCpu, PGMMODE_REAL); … … 2602 2603 int rc = PGM_GST_PFN(Exit, pVCpu)(pVCpu); 2603 2604 AssertReleaseRC(rc); 2605 pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS; 2604 2606 } 2605 2607 … … 3512 3514 } 3513 3515 } 3516 pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS; 3514 3517 3515 3518 /* … … 3738 3741 int rc = PGM_BTH_PFN(UnmapCR3, pVCpu)(pVCpu); 3739 3742 AssertRC(rc); 3743 pVCpu->pgm.s.GCPhysCR3 = NIL_RTGCPHYS; 3740 3744 3741 3745 /* 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.