Index: /trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevPit-i8254.cpp	(revision 484)
+++ /trunk/src/VBox/Devices/PC/DevPit-i8254.cpp	(revision 485)
@@ -130,4 +130,7 @@
     /** Pointer to the device instance. */
     HCPTRTYPE(PPDMDEVINS)   pDevIns;
+#if HC_ARCH_BITS == 32
+    uint32_t                Alignment0;
+#endif
     /** Number of IRQs that's been raised. */
     STAMCOUNTER             StatPITIrq;
@@ -141,4 +144,5 @@
 
 
+#ifndef VBOX_DEVICE_STRUCT_TESTCASE
 /*******************************************************************************
 *   Internal Functions                                                         *
@@ -1094,3 +1098,4 @@
 
 #endif /* IN_RING3 */
-
+#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
+
