Index: /trunk/src/VBox/Devices/Graphics/DevVGA.h
===================================================================
--- /trunk/src/VBox/Devices/Graphics/DevVGA.h	(revision 51217)
+++ /trunk/src/VBox/Devices/Graphics/DevVGA.h	(revision 51218)
@@ -296,4 +296,9 @@
     /** Status LUN\#0: Leds interface. */
     PDMILEDPORTS                ILeds;
+
+#if HC_ARCH_BITS == 32
+    uint32_t                    Padding2;
+#endif
+
     /** Pointer to base interface of the driver. */
     R3PTRTYPE(PPDMIBASE)        pDrvBase;
