VirtualBox

Changeset 91705 in vbox


Ignore:
Timestamp:
Oct 13, 2021 3:51:19 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147439
Message:

fix misc Windows build box gripes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp

    r91704 r91705  
    679679#endif
    680680    }
     681    RT_NOREF(pVirtio);
    681682    return cRefs;
    682683}
     
    14441445    if (VIRTIO_DEV_CONFIG_MATCH_MEMBER(   uQueueNotify,               VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort))
    14451446        VIRTIO_DEV_CONFIG_ACCESS(         uQueueNotify,               VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort, pVirtio);
    1446 #if LEGACY_MSIX_SUPPORTED
     1447#ifdef LEGACY_MSIX_SUPPORTED
    14471448    else
    14481449    if (VIRTIO_DEV_CONFIG_MATCH_MEMBER(   uMsixConfig,                VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort))
     
    15001501        VIRTIO_DEV_CONFIG_ACCESS(         uVirtqSelect,        VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort, pVirtio);
    15011502    else
    1502 #if LEGACY_MSIX_SUPPORTED
     1503#ifdef LEGACY_MSIX_SUPPORTED
    15031504    if (VIRTIO_DEV_CONFIG_MATCH_MEMBER(   uMsixConfig,         VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort))
    15041505        VIRTIO_DEV_CONFIG_ACCESS(         uMsixConfig,         VIRTIO_LEGACY_PCI_COMMON_CFG_T, offPort, pVirtio);
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