VirtualBox

Changeset 461 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 31, 2007 11:23:58 AM (18 years ago)
Author:
vboxsync
Message:

fixed warning (and probably a misinterpretation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r459 r461  
    23422342            {
    23432343                /* Check above already limited the LUN to 14 bits. */
    2344                 lun = (lun << 48) | (1 << 62); /* uses flat space addressing method */
     2344                lun = (lun << 48) | RT_BIT_64(62); /* uses flat space addressing method */
    23452345            }
    23462346        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette