VirtualBox

Changeset 60035 in vbox


Ignore:
Timestamp:
Mar 15, 2016 12:01:40 PM (9 years ago)
Author:
vboxsync
Message:

Runtime/VerSetConditionMask: fixed type (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp

    r57905 r60035  
    413413        if (fTypeMask & RT_BIT_32(i))
    414414        {
    415             uint64_t fMask  = 0xff << (i*8);
     415            uint64_t fMask  = UINT64_C(0xff) << (i*8);
    416416            fConditionMask &= ~fMask;
    417417            fConditionMask |= (uint64_t)bOperator << (i*8);
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