VirtualBox

Changeset 24413 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 5, 2009 8:43:32 PM (15 years ago)
Author:
vboxsync
Message:

ConsoleImpl2.cpp: rc mix up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r24406 r24413  
    250250        ULONG ulEax, ulEbx, ulEcx, ulEdx;
    251251        hrc = pMachine->GetCpuIdLeaf(leaf, &ulEax, &ulEbx, &ulEcx, &ulEdx);
    252         if (SUCCEEDED(rc))
     252        if (SUCCEEDED(hrc))
    253253        {
    254254            PCFGMNODE pLeaf;
     
    268268        ULONG ulEax, ulEbx, ulEcx, ulEdx;
    269269        hrc = pMachine->GetCpuIdLeaf(leaf, &ulEax, &ulEbx, &ulEcx, &ulEdx);
    270         if (SUCCEEDED(rc))
     270        if (SUCCEEDED(hrc))
    271271        {
    272272            PCFGMNODE pLeaf;
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