VirtualBox

Changeset 59343 in vbox


Ignore:
Timestamp:
Jan 14, 2016 12:19:15 PM (9 years ago)
Author:
vboxsync
Message:

HDA: Warning.

File:
1 edited

Legend:

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

    r59322 r59343  
    38513851
    38523852                    uint32_t u32BDLEIndex;
    3853                     for (uint16_t i = 0; i < cBDLE; i++)
     3853                    for (uint16_t a = 0; a < cBDLE; a++)
    38543854                    {
    38553855                        rc = SSMR3Skip(pSSM, sizeof(uint32_t)); /* Begin marker */
     
    38653865                            rc = SSMR3GetMem(pSSM,
    38663866                                             &pStrm->State.BDLE.State.au8FIFO,
    3867                                              sizeof(uint8_t) * 256);                       /* au8FIFO */
     3867                                             sizeof(pStrm->State.BDLE.State.au8FIFO));     /* au8FIFO */
    38683868                            AssertRC(rc);
    38693869                            rc = SSMR3GetU32(pSSM, &pStrm->State.BDLE.State.u32BufOff);    /* u32BufOff */
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