VirtualBox

Changeset 9110 in vbox for trunk


Ignore:
Timestamp:
May 26, 2008 10:01:07 AM (17 years ago)
Author:
vboxsync
Message:

Minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r9092 r9110  
    10461046    /* Note: no reason to sync back the CRx and DRx registers. They can't be changed by the guest. */
    10471047    /* 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)
    10491050    {
    10501051        CPUMSetGuestCR3(pVM, pVMCB->guest.u64CR3);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette