Changeset 42345 in vbox
- Timestamp:
- Jul 24, 2012 10:45:50 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79424
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r42186 r42345 1706 1706 /* 1707 1707 * No reason to sync back the CRx and DRx registers as they cannot be changed by the guest 1708 * unless in the nested paging case where CR3 & CR3can be changed by the guest.1708 * unless in the nested paging case where CR3 can be changed by the guest. 1709 1709 */ 1710 1710 if ( pVM->hwaccm.s.fNestedPaging -
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r41965 r42345 450 450 */ 451 451 bool fLockTaken = false; 452 switch (enmShwPagingMode)452 switch (enmShwPagingMode) 453 453 { 454 454 case PGMMODE_32_BIT:
Note:
See TracChangeset
for help on using the changeset viewer.