- Timestamp:
- Oct 20, 2014 1:00:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53091 r53092 5958 5958 uint64_t cNsWait = RT_NS_10MS; 5959 5959 if (cNsDiff >= RT_NS_10MS) 5960 cNsWait += 2;5960 cNsWait += 1; 5961 5961 for (;;) 5962 5962 {
Note:
See TracChangeset
for help on using the changeset viewer.