VirtualBox

Ignore:
Timestamp:
Oct 24, 2024 12:42:39 PM (3 months ago)
Author:
vboxsync
Message:

Disassembler: Decode pre-indexed load instructions, bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatArmV8.cpp

    r106616 r106657  
    817817                            PUT_STR(pszReg, cchReg);
    818818                        }
    819                         else if (pParam->armv8.u.offBase)
     819                        else if (   pParam->armv8.u.offBase
     820                                 || (pParam->fUse & (DISUSE_POST_INDEXED | DISUSE_PRE_INDEXED)))
    820821                        {
    821822                            PUT_SZ(", #");
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