VirtualBox

Changeset 59035 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 7, 2015 5:48:20 PM (9 years ago)
Author:
vboxsync
Message:

VBox/VBoxTpG.h: VTG_TYPE_VALID_MASK correction, missing bit 12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxTpG.h

    r58976 r59035  
    185185#define VTG_TYPE_SIGNED         RT_BIT_32(31)
    186186/** Mask of valid bits (for simple validation). */
    187 #define VTG_TYPE_VALID_MASK     UINT32_C(0xff000fff)
     187#define VTG_TYPE_VALID_MASK     UINT32_C(0xff001fff)
    188188/** @} */
    189189
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