VirtualBox

Changeset 54739 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 12, 2015 9:35:44 PM (10 years ago)
Author:
vboxsync
Message:

Fixed warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp

    r54737 r54739  
    20632063    {
    20642064        uint32_t uLimit = pCurLeaf->uEax;
    2065         if (   uLimit >= UINT32_C(0x00000000)
    2066             && uLimit <= UINT32_C(0x000fffff))
     2065        if (uLimit <= UINT32_C(0x000fffff))
    20672066        {
    20682067            /** @todo raise the limits! */
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