VirtualBox

Changeset 8808 in vbox for trunk


Ignore:
Timestamp:
May 14, 2008 9:46:06 AM (17 years ago)
Author:
vboxsync
Message:

Correction

File:
1 edited

Legend:

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

    r8807 r8808  
    669669    uint64_t    exitCode = (uint64_t)SVM_EXIT_INVALID;
    670670    SVM_VMCB   *pVMCB;
     671    bool        fForceTLBFlush = false;
    671672    bool        fGuestStateSynced = false;
    672673    unsigned    cResume = 0;
     
    756757
    757758    if (    pVM->hwaccm.s.svm.fResumeVM == false
    758         ||  pVM->hwaccm.s.svm.fForceTLBFlush)
     759        ||  pVM->hwaccm.s.svm.fForceTLBFlush
     760        ||  fForceTLBFlush)
    759761    {
    760762        pVMCB->ctrl.TLBCtrl.n.u1TLBFlush = 1;
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