VirtualBox

Changeset 107435 in vbox


Ignore:
Timestamp:
Jan 6, 2025 5:47:29 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166487
Message:

VBoxManage/VBoxManageModifyVM.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r107267 r107435  
    807807        case MODIFYVM_X86_SETCPUID:
    808808        {
    809             uint32_t const idx    = c == MODIFYVM_X86_SETCPUID ?  pValueUnion->PairU32.uFirst  : pValueUnion->u32;
    810             uint32_t const idxSub = c == MODIFYVM_X86_SETCPUID ?  pValueUnion->PairU32.uSecond : UINT32_MAX;
     809            uint32_t const idx    = pValueUnion->PairU32.uFirst;
     810            uint32_t const idxSub = pValueUnion->PairU32.uSecond;
    811811            uint32_t aValue[4];
    812812            for (unsigned i = 0; i < 4; i++)
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