Changeset 76186 in vbox for trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
- Timestamp:
- Dec 12, 2018 3:34:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r76179 r76186 397 397 /** Stream number (SDn). */ 398 398 uint8_t u8SD; 399 uint8_t abPadding [7];399 uint8_t abPadding0[7]; 400 400 /** Bus master registers of this stream. */ 401 401 AC97BMREGS Regs; … … 404 404 /** Pointer to parent (AC'97 state). */ 405 405 R3PTRTYPE(PAC97STATE) pAC97State; 406 #if HC_ARCH_BITS == 32 407 uint32_t Padding1; 408 #endif 406 409 /** Debug information. */ 407 410 AC97STREAMDBGINFO Dbg;
Note:
See TracChangeset
for help on using the changeset viewer.