Changeset 48168 in vbox for trunk/src/VBox
- Timestamp:
- Aug 29, 2013 5:26:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c
r48167 r48168 360 360 pSingleTimer->hFireTime.cyt_when = u64First + RTTimeNanoTS(); 361 361 if (pTimer->interval == 0) 362 { 363 /* cylic_add() comment: "The caller is responsible for assuring that cyt_when + cyt_interval <= INT64_MAX" */ 362 364 pSingleTimer->hFireTime.cyt_interval = INT64_MAX - pSingleTimer->hFireTime.cyt_when; 365 } 363 366 else 364 367 pSingleTimer->hFireTime.cyt_interval = pTimer->interval;
Note:
See TracChangeset
for help on using the changeset viewer.