Index: /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43329)
+++ /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43330)
@@ -348,6 +348,4 @@
 #endif
 
-    /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
-    uint64_t                        u64ResetTime;
     /** Physical base address of the outgoing mailboxes. */
     RTGCPHYS                        GCPhysAddrMailboxOutgoingBase;
@@ -362,4 +360,7 @@
     uint32_t                        Alignment1;
 #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. */
