VirtualBox

Changeset 52698 in vbox for trunk


Ignore:
Timestamp:
Sep 11, 2014 1:00:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96033
Message:

VMM/CPUM: nit.

File:
1 edited

Legend:

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

    r52697 r52698  
    42794279        || fGuestHvp)
    42804280    {
    4281         uint32_t const uHyperLeaf  = 0x40000000;
     4281        uint32_t const uHyperLeaf = 0x40000000;
    42824282        pHlp->pfnPrintf(pHlp,
    42834283                        "\n"
     
    43004300        uint32_t const cHyperHstMax = Host.eax;
    43014301        uint32_t const cHyperMax    = RT_MAX(cHyperHstMax, cHyperGstMax);
    4302         for (unsigned i = uHyperLeaf; i <= cHyperMax; i++)
     4302        for (uint32_t i = uHyperLeaf; i <= cHyperMax; i++)
    43034303        {
    43044304            RT_ZERO(Host);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette