VirtualBox

Ignore:
Timestamp:
Dec 12, 2018 3:34:40 PM (6 years ago)
Author:
vboxsync
Message:

Audio/AC97: Build fix (alignment fun).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r76179 r76186  
    397397    /** Stream number (SDn). */
    398398    uint8_t               u8SD;
    399     uint8_t               abPadding[7];
     399    uint8_t               abPadding0[7];
    400400    /** Bus master registers of this stream. */
    401401    AC97BMREGS            Regs;
     
    404404    /** Pointer to parent (AC'97 state). */
    405405    R3PTRTYPE(PAC97STATE) pAC97State;
     406#if HC_ARCH_BITS == 32
     407    uint32_t              Padding1;
     408#endif
    406409    /** Debug information. */
    407410    AC97STREAMDBGINFO     Dbg;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette