Changeset 55246 in vbox
- Timestamp:
- Apr 14, 2015 1:02:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp
r54335 r55246 153 153 int64_t iTscDelta = pGip->aCPUs[iGipCpu].i64TSCDelta; 154 154 if (RT_LIKELY(iTscDelta != INT64_MAX)) 155 return uTsc +iTscDelta;155 return uTsc - iTscDelta; 156 156 157 157 # ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.