- Timestamp:
- Jun 13, 2018 6:17:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/cpu/rdtsc.cpp
r72550 r72552 264 264 || uSecNow == (time_t)-1 265 265 || uSecStart == (time_t)-1 266 || uSecNow - uSecStart >= cMinSeconds)266 || uSecNow - uSecStart >= (time_t)cMinSeconds) 267 267 break; 268 268 }
Note:
See TracChangeset
for help on using the changeset viewer.