Changeset 9959 in vbox for trunk/src/VBox/Runtime/r0drv/nt
- Timestamp:
- Jun 26, 2008 2:26:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32388
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp
r9586 r9959 227 227 : &pTimer->aSubTimers[0].NtDpc; 228 228 229 uint64_t u64Interval = pTimer->u64NanoInterval / 100000 ; /* This is ms, believe it or not. */229 uint64_t u64Interval = pTimer->u64NanoInterval / 1000000; /* This is ms, believe it or not. */ 230 230 ULONG ulInterval = (ULONG)u64Interval; 231 231 if (ulInterval != u64Interval)
Note:
See TracChangeset
for help on using the changeset viewer.