Changeset 56793 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 3, 2015 4:21:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r56791 r56793 233 233 if (fEnable) 234 234 { 235 RTCCUINTREG fEFlags = ASMIntDisableFlags();235 RTCCUINTREG fEFlags = ASMIntDisableFlags(); 236 236 pKvmCpu->uTsc = TMCpuTickGetNoCheck(pVCpu) | UINT64_C(1); 237 237 pKvmCpu->uVirtNanoTS = TMVirtualGetNoCheck(pVM) | UINT64_C(1);
Note:
See TracChangeset
for help on using the changeset viewer.