Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ARM] Remove LDM leftover code #2115

Merged
merged 4 commits into from
Jul 23, 2023
Merged

Commits on Jul 22, 2023

  1. Remove leftover code.

    Rot127 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    ecb6c9a View commit details
    Browse the repository at this point in the history
  2. Remove leading space

    Rot127 committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6cd586b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Fix detail of T2AddrModeSoReg operands.

    The (incorrect) Shift amount was set to the incorrect operand
    (an operand which doesn't exists).
    Rot127 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    03bf3f5 View commit details
    Browse the repository at this point in the history
  2. Fix AddrMode3Operand_1

    The immediate was not processed through ARM_AM_getAM3Offset
    before adding it to detail.
    Rot127 committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9590978 View commit details
    Browse the repository at this point in the history