Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp	(revision 460)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp	(revision 461)
@@ -2342,5 +2342,5 @@
             {
                 /* Check above already limited the LUN to 14 bits. */
-                lun = (lun << 48) | (1 << 62); /* uses flat space addressing method */
+                lun = (lun << 48) | RT_BIT_64(62); /* uses flat space addressing method */
             }
         }
