Changeset 59343 in vbox
- Timestamp:
- Jan 14, 2016 12:19:15 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59322 r59343 3851 3851 3852 3852 uint32_t u32BDLEIndex; 3853 for (uint16_t i = 0; i < cBDLE; i++)3853 for (uint16_t a = 0; a < cBDLE; a++) 3854 3854 { 3855 3855 rc = SSMR3Skip(pSSM, sizeof(uint32_t)); /* Begin marker */ … … 3865 3865 rc = SSMR3GetMem(pSSM, 3866 3866 &pStrm->State.BDLE.State.au8FIFO, 3867 sizeof( uint8_t) * 256);/* au8FIFO */3867 sizeof(pStrm->State.BDLE.State.au8FIFO)); /* au8FIFO */ 3868 3868 AssertRC(rc); 3869 3869 rc = SSMR3GetU32(pSSM, &pStrm->State.BDLE.State.u32BufOff); /* u32BufOff */
Note:
See TracChangeset
for help on using the changeset viewer.

