VirtualBox

Changeset 103833 in vbox for trunk/include


Ignore:
Timestamp:
Mar 13, 2024 2:59:24 PM (10 months ago)
Author:
vboxsync
Message:

iprt/armv8.h: Corrected assertion in Armv8A64MkInstrLogicalImm. bugref:10376

File:
1 edited

Legend:

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

    r103815 r103833  
    30333033                                                      uint32_t uImm7SizeLen, uint32_t uImm6Rotations, bool f64Bit)
    30343034{
    3035     Assert(u2Opc < 4); Assert(uImm7SizeLen < (f64Bit ? UINT32_C(0x7f) : UINT32_C(0x1f)));
     3035    Assert(u2Opc < 4); Assert(uImm7SizeLen < (f64Bit ? UINT32_C(0x7f) : UINT32_C(0x3f)));
    30363036    Assert(uImm6Rotations <= UINT32_C(0x3f)); Assert(iRegResult < 32); Assert(iRegSrc < 32);
    30373037    return ((uint32_t)f64Bit                << 31)
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