mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -09:00
Merge remote-tracking branch 'origin/GT-3247_ryanmkurtz_PR-1012_carlreinke_OperandType'
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user