Changeset 65987 in vbox for trunk/src/VBox/VMM/VMMR3/PGM.cpp
- Timestamp:
- Mar 7, 2017 4:42:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r65985 r65987 3716 3716 } 3717 3717 3718 /* Set the new guest CR3. */ 3719 pVCpu->pgm.s.GCPhysCR3 = GCPhysCR3; 3720 3718 3721 /* status codes. */ 3719 3722 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.