VirtualBox

Changeset 58901 in vbox


Ignore:
Timestamp:
Nov 27, 2015 1:11:20 PM (9 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r58900 r58901  
    541541    /** Current offset in DMA buffer (in bytes).*/
    542542    uint32_t     u32BufOff;
     543    uint8_t      Padding;
    543544} HDABDLESTATE, *PHDABDLESTATE;
    544545
     
    575576     *  maximum (cBDLE) is reached. */
    576577    uint16_t            uCurBDLE;
     578    uint8_t             Padding0;
    577579    /** Array of BDLEs. */
    578580    R3PTRTYPE(PHDABDLE) paBDLE;
     581    uint8_t             Padding1[7];
    579582} HDASTREAMSTATE, *PHDASTREAMSTATE;
    580583
     
    589592    /** Stream number (SDn). */
    590593    uint8_t        u8Strm;
     594    uint8_t        Padding0[4];
    591595    /** DMA base address (SDnBDPU - SDnBDPL). */
    592596    uint64_t       u64BaseDMA;
     
    604608    /** Last Valid Index (SDnLVI). */
    605609    uint16_t       u16LVI;
     610    uint8_t        Padding1[4];
    606611    /** Internal state of this stream. */
    607612    HDASTREAMSTATE State;
     
    25062511    LogFlowFunc(("[SD%RU8]: cbInc=%RU32\n", pStrmSt->u8Strm, cbInc));
    25072512
    2508     Assert(cbInc <= pStrmSt->u16FIFOS + 1);
     2513    Assert(cbInc <= pStrmSt->u16FIFOS);
    25092514
    25102515    PHDABDLE pBDLE = hdaStreamGetCurrentBDLE(pThis, pStrmSt);
     
    27432748    }
    27442749
    2745     Assert(cbWritten <= pStrmSt->u16FIFOS + 1);
     2750    Assert(cbWritten <= pStrmSt->u16FIFOS);
    27462751
    27472752    if (RT_SUCCESS(rc))
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