- Timestamp:
- Apr 13, 2007 10:12:06 AM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r2062 r2070 485 485 486 486 /** TSC offset. */ 487 pVMCB->ctrl.u64TSCOffset = TMCpuTickGet Offset(pVM);487 pVMCB->ctrl.u64TSCOffset = TMCpuTickGet(pVM) - ASMReadTSC(); 488 488 489 489 /** @todo 64 bits stuff (?): -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r2062 r2070 747 747 748 748 /** TSC offset. */ 749 uint64_t u64TSCOffset = TMCpuTickGet Offset(pVM);749 uint64_t u64TSCOffset = TMCpuTickGet(pVM) - ASMReadTSC(); 750 750 751 751 #if HC_ARCH_BITS == 64
Note:
See TracChangeset
for help on using the changeset viewer.