Index: /trunk/src/VBox/Devices/Audio/DevIchHda.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchHda.cpp	(revision 59342)
+++ /trunk/src/VBox/Devices/Audio/DevIchHda.cpp	(revision 59343)
@@ -3851,5 +3851,5 @@
 
                     uint32_t u32BDLEIndex;
-                    for (uint16_t i = 0; i < cBDLE; i++)
+                    for (uint16_t a = 0; a < cBDLE; a++)
                     {
                         rc = SSMR3Skip(pSSM, sizeof(uint32_t)); /* Begin marker */
@@ -3865,5 +3865,5 @@
                             rc = SSMR3GetMem(pSSM,
                                              &pStrm->State.BDLE.State.au8FIFO,
-                                             sizeof(uint8_t) * 256);                       /* au8FIFO */
+                                             sizeof(pStrm->State.BDLE.State.au8FIFO));     /* au8FIFO */
                             AssertRC(rc);
                             rc = SSMR3GetU32(pSSM, &pStrm->State.BDLE.State.u32BufOff);    /* u32BufOff */
