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