Changeset 54274 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 18, 2015 6:30:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r54264 r54274 8445 8445 if (cTries >= 4) 8446 8446 { 8447 rc = V ERR_INTERNAL_ERROR_3; /** @todo change to warning. */8447 rc = VWRN_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED; 8448 8448 break; 8449 8449 }
Note:
See TracChangeset
for help on using the changeset viewer.