Index: /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 76185)
+++ /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 76186)
@@ -397,5 +397,5 @@
     /** Stream number (SDn). */
     uint8_t               u8SD;
-    uint8_t               abPadding[7];
+    uint8_t               abPadding0[7];
     /** Bus master registers of this stream. */
     AC97BMREGS            Regs;
@@ -404,4 +404,7 @@
     /** Pointer to parent (AC'97 state). */
     R3PTRTYPE(PAC97STATE) pAC97State;
+#if HC_ARCH_BITS == 32
+    uint32_t              Padding1;
+#endif
     /** Debug information. */
     AC97STREAMDBGINFO     Dbg;
