mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
Merge remote-tracking branch 'origin/GT-3247_ryanmkurtz_PR-1012_carlreinke_OperandType'
This commit is contained in:
commit
b997a241ba
@ -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…
Reference in New Issue
Block a user