VirtualBox

Changeset 105747 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Aug 21, 2024 7:36:27 AM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164456
Message:

Disassembler/ARMv8: Mark absolute addresses as comments when DIS_FMT_FLAGS_RELATIVE_BRANCH is given, bugref:10394

File:
1 edited

Legend:

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

    r105738 r105747  
    686686                    }
    687687                    if (fFlags & DIS_FMT_FLAGS_RELATIVE_BRANCH)
    688                         PUT_SZ(" (");
     688                        PUT_SZ(" ; (");
    689689
    690690                    RTUINTPTR uTrgAddr = pDis->uInstrAddr + (offDisplacement * sizeof(uint32_t));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette