VirtualBox

Changeset 108513 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 11, 2025 6:22:17 AM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167902
Message:

VMM/GIC: bugref:10404 Fix silly bug in gicGetHighestPriorityPendingIntr.

File:
1 edited

Legend:

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

    r108498 r108513  
    18771877    {
    18781878        uint16_t idxHighest = UINT16_MAX;
    1879         for (uint16_t i = 0; i < RT_ELEMENTS(pGicDev->bmIntrPending) / 2; i++)
     1879        for (uint16_t i = 0; i < RT_ELEMENTS(pGicDev->bmIntrPending); i += 2)
    18801880        {
    18811881            uint32_t uLo = (pGicDev->bmIntrPending[i]     & pGicDev->bmIntrEnabled[i])     & ~pGicDev->bmIntrActive[i];
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