Changeset 53325 in vbox for trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
- Timestamp:
- Nov 14, 2014 1:46:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
r53235 r53325 267 267 /* The source is the real TSC. */ 268 268 if (pVM->tm.s.fTSCVirtualized) 269 *poffRealTSC = pVCpu->tm.s.offTSCRawSrc;269 *poffRealTSC = 0 - pVCpu->tm.s.offTSCRawSrc; 270 270 else 271 271 *poffRealTSC = 0; … … 365 365 /* The source is the real TSC. */ 366 366 if (pVM->tm.s.fTSCVirtualized) 367 *poffRealTSC = pVCpu->tm.s.offTSCRawSrc;367 *poffRealTSC = 0 - pVCpu->tm.s.offTSCRawSrc; 368 368 else 369 369 *poffRealTSC = 0;
Note:
See TracChangeset
for help on using the changeset viewer.