Index: /trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
===================================================================
--- /trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h	(revision 33845)
+++ /trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h	(revision 33846)
@@ -515,4 +515,6 @@
     /** Number of elements in the cache. */
     volatile uint32_t                      cTasksCached;
+    /** Alignment */
+    uint32_t                               u32Alignment;
     /** Cache of endpoint data. */
     PDMACFILEENDPOINTCACHE                 DataCache;
@@ -522,8 +524,6 @@
 
 #ifdef VBOX_WITH_STATISTICS
-    uint32_t                               u32Alignment;
-#endif
-
-#ifdef VBOX_WITH_STATISTICS
+    /** Alignment */
+    uint32_t                               u32Alignment1;
     /** Time spend in a read. */
     STAMPROFILEADV                         StatRead;
