VirtualBox

Changeset 107209 in vbox for trunk


Ignore:
Timestamp:
Dec 2, 2024 10:36:49 AM (2 months ago)
Author:
vboxsync
Message:

VMM/IEM: Reworked the disassembly annotations when using our own disassembler. [scm fix] jiraref:VBP-1466

File:
1 edited

Legend:

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

    r107207 r107209  
    92829282    if (   pDis->aParams[1].armv8.enmType == kDisArmv8OpParmAddrInGpr
    92839283        && !(pDis->aParams[1].fUse & (DISUSE_INDEX | DISUSE_PRE_INDEXED | DISUSE_POST_INDEXED))
    9284         /* @todo DISUSE_REG_GEN64 is not set: && (pDis->aParams[1].fUse & DISUSE_REG_GEN64) */
     9284        /** @todo DISUSE_REG_GEN64 is not set: && (pDis->aParams[1].fUse & DISUSE_REG_GEN64) */
    92859285        && pDis->aParams[1].armv8.Op.Reg.enmRegType == kDisOpParamArmV8RegType_Gpr_64Bit)
    92869286    {
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