Index: /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43330)
+++ /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43331)
@@ -361,7 +361,4 @@
 #endif
 
-    /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
-    uint64_t                        u64ResetTime;
-
     /** Physical base address of the incoming mailboxes. */
     RTGCPHYS                        GCPhysAddrMailboxIncomingBase;
@@ -382,4 +379,7 @@
 
     uint32_t                        Alignment2;
+
+    /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
+    uint64_t                        u64ResetTime;
 
     /** Critical section protecting access to the interrupt status register. */
