Changeset 24413 in vbox for trunk/src/VBox
- Timestamp:
- Nov 5, 2009 8:43:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r24406 r24413 250 250 ULONG ulEax, ulEbx, ulEcx, ulEdx; 251 251 hrc = pMachine->GetCpuIdLeaf(leaf, &ulEax, &ulEbx, &ulEcx, &ulEdx); 252 if (SUCCEEDED( rc))252 if (SUCCEEDED(hrc)) 253 253 { 254 254 PCFGMNODE pLeaf; … … 268 268 ULONG ulEax, ulEbx, ulEcx, ulEdx; 269 269 hrc = pMachine->GetCpuIdLeaf(leaf, &ulEax, &ulEbx, &ulEcx, &ulEdx); 270 if (SUCCEEDED( rc))270 if (SUCCEEDED(hrc)) 271 271 { 272 272 PCFGMNODE pLeaf;
Note:
See TracChangeset
for help on using the changeset viewer.