Index: /trunk/include/VBox/VBoxGuest.h
===================================================================
--- /trunk/include/VBox/VBoxGuest.h	(revision 9214)
+++ /trunk/include/VBox/VBoxGuest.h	(revision 9215)
@@ -44,6 +44,8 @@
 
 /** Hypervisor linear pointer size type */
-typedef RTGCPTR vmmDevHypPtr;
+/* @todo support 64 bits virtual addresses (interface change) */
+typedef RTGCPTR32 vmmDevHypPtr;
 /** Hypervisor physical pointer size type */
+/* @todo support 64 bits physical addresses (interface change) */
 typedef RTGCPHYS32 vmmDevHypPhys;
 
