Changeset 68380 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 11, 2017 9:22:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.h
r68379 r68380 194 194 /** Last updated wall clock (WALCLK) counter. */ 195 195 uint64_t u64WalClk; 196 #ifdef DEBUG196 #ifdef VBOX_STRICT 197 197 /** Wall clock (WALCLK) stale count. 198 198 * This indicates the number of set wall clock 199 * values which d onot actually move the counter forward (stale). */199 * values which did not actually move the counter forward (stale). */ 200 200 uint8_t u8WalClkStaleCnt; 201 201 uint8_t au8Padding2[7];
Note:
See TracChangeset
for help on using the changeset viewer.