VirtualBox

Changeset 55734 in vbox for trunk


Ignore:
Timestamp:
May 7, 2015 5:59:13 PM (10 years ago)
Author:
vboxsync
Message:

asmdefs.mac: Added RT_BIT_64 for xsave macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asmdefs.mac

    r54763 r55734  
    7575; Make the mask for the given bit.
    7676%define RT_BIT_32(bit)     (1 << bit)
     77;;
     78; Make the mask for the given bit.
     79%define RT_BIT_64(bit)     (1 << bit)
    7780
    7881;;
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