VirtualBox

Changeset 89729 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Jun 16, 2021 5:57:51 AM (3 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Build fix for gcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevIommuIntel.cpp

    r89727 r89729  
    5454/** Checks if the MMIO offset is valid. */
    5555#define DMAR_IS_MMIO_OFF_VALID(a_off)               (   (a_off) < DMAR_MMIO_GROUP_0_OFF_END \
    56                                                      || (a_off) - DMAR_MMIO_GROUP_1_OFF_FIRST < DMAR_MMIO_GROUP_1_SIZE)
     56                                                     || (a_off) - DMAR_MMIO_GROUP_1_OFF_FIRST < (unsigned)DMAR_MMIO_GROUP_1_SIZE)
    5757
    5858/** Acquires the DMAR lock but returns with the given busy error code on failure. */
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