Index: /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43334)
+++ /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43335)
@@ -338,6 +338,4 @@
      * to prevent the BIOs to access the device. */
     bool                            fISAEnabled;
-    /** Pending (delayed) interrupt. */
-    uint8_t                         uPendingIntr;
 
     /** Number of mailboxes the guest set up. */
@@ -380,7 +378,4 @@
     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. */
     PDMCRITSECT                     CritSectIntr;
@@ -422,4 +417,10 @@
     volatile uint32_t               cInMailboxesReady;
 #endif
+
+    /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
+    uint64_t                        u64ResetTime;
+
+    /** Pending (delayed) interrupt. */
+    uint8_t                         uPendingIntr;
 
 } BUSLOGIC, *PBUSLOGIC;
