VirtualBox

Changeset 54444 in vbox


Ignore:
Timestamp:
Feb 24, 2015 12:50:55 PM (10 years ago)
Author:
vboxsync
Message:

VMM/TM: fix assertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TM.cpp

    r54352 r54444  
    11821182        && pVM->tm.s.enmTSCMode != pVM->tm.s.enmOriginalTSCMode)
    11831183    {
    1184         bool fParavirtTSC = false;
    1185         tmR3CpuTickParavirtDisable(pVM, NULL, NULL);
     1184        VM_ASSERT_EMT0(pVM);
     1185        tmR3CpuTickParavirtDisable(pVM, &pVM->aCpus[0], NULL /* pvData */);
    11861186    }
    11871187    Assert(!GIMIsParavirtTscEnabled(pVM));
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