mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GT-3247_ryanmkurtz_PR-1012_carlreinke_OperandType'
This commit is contained in:
commit
b997a241ba
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ public interface Instruction extends CodeUnit, ProcessorContext {
|
|||
*
|
||||
* @param opIndex the index of the operand. (zero based)
|
||||
* @return the type of the operand.
|
||||
*
|
||||
* @see OperandType
|
||||
*/
|
||||
public int getOperandType(int opIndex);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue