VirtualBox

Changeset 107056 in vbox


Ignore:
Timestamp:
Nov 20, 2024 11:32:10 AM (2 months ago)
Author:
vboxsync
Message:

VMM/GIC: Fix hack so the value for the priority matches the written register, bugref:10404

File:
1 edited

Legend:

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

    r106370 r107056  
    624624                 */
    625625                if ((uValue & 0xff) == 0)
     626                {
     627                    uValue >>= 8;
    626628                    continue;
     629                }
    627630#endif
    628631                pThis->abIntPriority[i] = (uint8_t)(uValue & 0xff);
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