VirtualBox

Changeset 51735 in vbox for trunk/src


Ignore:
Timestamp:
Jun 26, 2014 9:33:46 AM (11 years ago)
Author:
vboxsync
Message:

VMM: Typo.

File:
1 edited

Legend:

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

    r51728 r51735  
    534534 * @param   pLegacy             The legacy output leaf.
    535535 */
    536 bool cpumR3CpuIdGetLeafLegacy(PCPUMCPUIDLEAF paLeaves, uint32_t cLeaves, uint32_t uLeaf, uint32_t uSubLeaf, PCPUMCPUID pLeagcy)
     536bool cpumR3CpuIdGetLeafLegacy(PCPUMCPUIDLEAF paLeaves, uint32_t cLeaves, uint32_t uLeaf, uint32_t uSubLeaf, PCPUMCPUID pLegacy)
    537537{
    538538    PCPUMCPUIDLEAF pLeaf = cpumR3CpuIdGetLeaf(paLeaves, cLeaves, uLeaf, uSubLeaf);
    539539    if (pLeaf)
    540540    {
    541         pLeagcy->eax = pLeaf->uEax;
    542         pLeagcy->ebx = pLeaf->uEbx;
    543         pLeagcy->ecx = pLeaf->uEcx;
    544         pLeagcy->edx = pLeaf->uEdx;
     541        pLegacy->eax = pLeaf->uEax;
     542        pLegacy->ebx = pLeaf->uEbx;
     543        pLegacy->ecx = pLeaf->uEcx;
     544        pLegacy->edx = pLeaf->uEdx;
    545545        return true;
    546546    }
     
    967967    return cpumR3CpuIdInsert(pVM, NULL /* ppaLeaves */, NULL /* pcLeaves */, pNewLeaf);
    968968}
    969 
    970969
    971970/**
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