VirtualBox

Changeset 5909 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 2, 2007 8:32:08 PM (17 years ago)
Author:
vboxsync
Message:

fixed s32 check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CFGM.cpp

    r5517 r5909  
    16781678        if (   !(u64 & 0xffffffff80000000ULL)
    16791679            ||  (u64 & 0xffffffff80000000ULL) == 0xffffffff80000000ULL)
    1680 
    1681         if (((uint32_t)(u64 >> 32) + 1) <= 1)
    1682             *pi32 = (int32_t)u64;
    16831680        else
    16841681            rc = VERR_CFGM_INTEGER_TOO_BIG;
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