- Timestamp:
- May 26, 2008 10:01:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r9092 r9110 1046 1046 /* Note: no reason to sync back the CRx and DRx registers. They can't be changed by the guest. */ 1047 1047 /* Note: only in the nested paging case can CR3 & CR4 be changed by the guest. */ 1048 if (pVM->hwaccm.s.fNestedPaging) 1048 if ( pVM->hwaccm.s.fNestedPaging 1049 && pCtx->cr3 != pVMCB->guest.u64CR3) 1049 1050 { 1050 1051 CPUMSetGuestCR3(pVM, pVMCB->guest.u64CR3);
Note:
See TracChangeset
for help on using the changeset viewer.