Changeset 54444 in vbox
- Timestamp:
- Feb 24, 2015 12:50:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/TM.cpp
r54352 r54444 1182 1182 && pVM->tm.s.enmTSCMode != pVM->tm.s.enmOriginalTSCMode) 1183 1183 { 1184 bool fParavirtTSC = false;1185 tmR3CpuTickParavirtDisable(pVM, NULL, NULL);1184 VM_ASSERT_EMT0(pVM); 1185 tmR3CpuTickParavirtDisable(pVM, &pVM->aCpus[0], NULL /* pvData */); 1186 1186 } 1187 1187 Assert(!GIMIsParavirtTscEnabled(pVM));
Note:
See TracChangeset
for help on using the changeset viewer.