Changeset 22222 in vbox
- Timestamp:
- Aug 13, 2009 8:07:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r21991 r22222 5288 5288 uint64_t u64CpuHz; 5289 5289 5290 /* Delta between this and the previous update. */ 5291 pGipCpu->u32UpdateIntervalNS = (uint32_t)(u64NanoTS - pGipCpu->u64NanoTS); 5292 5290 5293 /* 5291 5294 * Update the NanoTS.
Note:
See TracChangeset
for help on using the changeset viewer.