VirtualBox

Ignore:
Timestamp:
Mar 4, 2025 8:28:24 AM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167803
Message:

VMM/GIC: bugref:10404 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GICAll.cpp

    r108428 r108429  
    16101610DECL_FORCE_INLINE(VMCPUID) gicGetCpuIdFromAffinity(uint8_t idCpuInterface, uint8_t uAff1,  uint8_t uAff2,  uint8_t uAff3)
    16111611{
    1612     AssertReturn(idCpuInterface < 16, VERR_INVALID_PARAMETER);
     1612    AssertReturn(idCpuInterface < 16, 0);
    16131613    return (uAff3 * 1048576) + (uAff2 * 4096) + (uAff1 * 16) + idCpuInterface;
    16141614}
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