VirtualBox

Changeset 101544 in vbox for trunk


Ignore:
Timestamp:
Oct 22, 2023 12:25:04 PM (12 months ago)
Author:
vboxsync
Message:

iprt/armv8.h: Build fix. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/armv8.h

    r101537 r101544  
    30083008DECL_FORCE_INLINE(uint32_t) Armv8A64MkInstrBCond(ARMV8INSTRCOND enmCond, int32_t iImm19)
    30093009{
    3010     Assert(enmCond >= 0 && enmCond < 16);
     3010    Assert((int)enmCond >= 0 && (int)enmCond < 16);
    30113011    return UINT32_C(0x54000000)
    30123012         | (((uint32_t)iImm19 & 0x7ffff) <<  5)
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