VirtualBox

Changeset 88174 in vbox


Ignore:
Timestamp:
Mar 18, 2021 8:23:09 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143325
Message:

Intel IOMMU: bugref:9967 Fix const declaration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/iommu-intel.h

    r88153 r88174  
    15131513/** OP: Operand. */
    15141514#define VTD_BF_VCMD_REG_OP_SHIFT                                8
    1515 #define VTD_BF_VCMD_REG_OP_MASK                                 UINT32_C(0xffffffffffffff00)
     1515#define VTD_BF_VCMD_REG_OP_MASK                                 UINT64_C(0xffffffffffffff00)
    15161516RT_BF_ASSERT_COMPILE_CHECKS(VTD_BF_VCMD_REG_, UINT64_C(0), UINT64_MAX,
    15171517                            (CMD, OP));
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