VirtualBox

Changeset 44176 in vbox


Ignore:
Timestamp:
Dec 19, 2012 6:17:48 PM (12 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r44172 r44176  
    744744        && ASMIsValidStdRange(uMaxLeaf))
    745745    {
    746         ASMCpuId(1, &u32MaxIdx, &u32EBX, &u32ECX, &u32EDX);
     746        uint32_t uDummy;
     747        ASMCpuId(1, &uDummy, &u32EBX, &u32ECX, &u32EDX);
    747748        if (    (u32EDX & X86_CPUID_FEATURE_EDX_APIC)
    748749            &&  (u32EDX & X86_CPUID_FEATURE_EDX_MSR))
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