Index: /trunk/src/VBox/VMM/include/PDMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/include/PDMInternal.h	(revision 60396)
+++ /trunk/src/VBox/VMM/include/PDMInternal.h	(revision 60397)
@@ -1133,14 +1133,14 @@
     /** @name   VMM device heap
      * @{ */
-    /** Pointer to the heap base (MMIO2 ring-3 mapping). NULL if not registered. */
-    RTR3PTR                         pvVMMDevHeap;
     /** The heap size. */
     uint32_t                        cbVMMDevHeap;
     /** Free space. */
     uint32_t                        cbVMMDevHeapLeft;
+    /** Pointer to the heap base (MMIO2 ring-3 mapping). NULL if not registered. */
+    RTR3PTR                         pvVMMDevHeap;
+    /** Ring-3 mapping/unmapping notification callback for the user. */
+    PFNPDMVMMDEVHEAPNOTIFY          pfnVMMDevHeapNotify;
     /** The current mapping. NIL_RTGCPHYS if not mapped or registered. */
     RTGCPHYS                        GCPhysVMMDevHeap;
-    /** Ring-3 mapping/unmapping notification callback for the user. */
-    PFNPDMVMMDEVHEAPNOTIFY          pfnVMMDevHeapNotify;
     /** @} */
 
