Index: /trunk/src/VBox/VMM/PGMInternal.h
===================================================================
--- /trunk/src/VBox/VMM/PGMInternal.h	(revision 30891)
+++ /trunk/src/VBox/VMM/PGMInternal.h	(revision 30892)
@@ -2856,5 +2856,6 @@
     RTR0PTR                         pvZeroPgR0;
     /** The GC mapping of the zero page. */
-    RTGCPTR                         pvZeroPgRC;
+    RTRCPTR                         pvZeroPgRC;
+    RTRCPTR                         RCPtrAlignment3;
     /** @}*/
 
@@ -2870,4 +2871,7 @@
     /** The ring-3 mapping of the invalid MMIO page. */
     RTR3PTR                         pvMmioPgR3;
+#if HC_ARCH_BITS == 32
+    RTR3PTR                         R3PtrAlignment4;
+#endif
     /** @} */
 
