VirtualBox

Changeset 89548 in vbox


Ignore:
Timestamp:
Jun 7, 2021 12:13:55 PM (3 years ago)
Author:
vboxsync
Message:

Intel IOMMU: bugref:9967 Fix typo in assertion.

File:
1 edited

Legend:

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

    r89538 r89548  
    22182218        uint8_t const fPtPerm  = uPtEntity & pThis->fPermValidMask;
    22192219        Assert(!(fReqPerm & DMAR_PERM_EXE));                        /* No Execute-requests support yet. */
    2220         Assert(pThis->fExtCapReg & VTD_BF_ECAP_REG_SLADS_MASK);     /* No Second-level access/dirty support. */
     2220        Assert(!(pThis->fExtCapReg & VTD_BF_ECAP_REG_SLADS_MASK));  /* No Second-level access/dirty support. */
    22212221        if ((fPtPerm & fReqPerm) == fReqPerm)
    22222222        { /* likely */ }
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