You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute code shown above for instruction at 0x119970
Expected behavior
I'd expect the number of operands to equal two, and the arrangement specifier to be fully represented, resulting in the following output:
(0, [v, 0, ., 1, 6, B])
(1, [x20])
Environment:
OS: Ubuntu 24
Java Version: 17
Ghidra Version: 11.1
Ghidra Origin: GitHub distro
The text was updated successfully, but these errors were encountered:
Your example appears to have a print-piece which is empty. This is likely due to a constructor which may have an additional "operand" with a default case where it need not be specified.
Describe the bug
ghidra.program.database.code.InstructionDB
does not return complete/correct operand data for aarch64ld1r
instruction e.g.To Reproduce
Expected behavior
I'd expect the number of operands to equal two, and the arrangement specifier to be fully represented, resulting in the following output:
Environment:
The text was updated successfully, but these errors were encountered: