VirtualBox

Changeset 82442 in vbox for trunk/src


Ignore:
Timestamp:
Dec 5, 2019 11:20:16 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135290
Message:

build fix for prev change

File:
1 edited

Legend:

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

    r81964 r82442  
    437437}
    438438
     439#ifdef VBOX_WITH_PCI_PASSTHROUGH
    439440/** Parse PCI address in format 01:02.03 and convert it to the numeric representation. */
    440441static int32_t parsePci(const char* szPciAddr)
     
    458459    return (aVals[0] << 8) | (aVals[1] << 3) | (aVals[2] << 0);
    459460}
     461#endif
    460462
    461463void parseGroups(const char *pcszGroups, com::SafeArray<BSTR> *pGroups)
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