Index: /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
===================================================================
--- /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43331)
+++ /trunk/src/VBox/Devices/Storage/DevBusLogic.cpp	(revision 43332)
@@ -305,6 +305,4 @@
     /** Geometry register - Readonly. */
     volatile uint8_t                regGeometry;
-    /** Pending (delayed) interrupt. */
-    uint8_t                         uPendingIntr;
 
     /** Local RAM for the fetch hostadapter local RAM request.
@@ -340,4 +338,6 @@
      * to prevent the BIOs to access the device. */
     bool                            fISAEnabled;
+    /** Pending (delayed) interrupt. */
+    uint8_t                         uPendingIntr;
 
     /** Number of mailboxes the guest set up. */
