Changeset 10972 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 30, 2008 11:15:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/timerlr-generic.cpp
r10944 r10972 102 102 if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) 103 103 return VERR_NOT_SUPPORTED; 104 if (u64NanoInterval < 100*1000*1000)104 if (u64NanoInterval && u64NanoInterval < 100*1000*1000) 105 105 return VERR_INVALID_PARAMETER; 106 106
Note:
See TracChangeset
for help on using the changeset viewer.