VirtualBox

Changeset 54822 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 17, 2015 6:13:08 PM (10 years ago)
Author:
vboxsync
Message:

VMM/CPUM: build fix.

File:
1 edited

Legend:

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

    r54818 r54822  
    43664366                                               PCCPUMCPUIDLEAF pCurLeaf, uint32_t uUpToLeaf, const char *pszTitle)
    43674367{
    4368     if (   pCurLeaf - paLeaves < cLeaves
     4368    if (   (uintptr_t)(pCurLeaf - paLeaves) < cLeaves
    43694369        && pCurLeaf->uLeaf <= uUpToLeaf)
    43704370    {
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