diff --git a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/listing/Instruction.java b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/listing/Instruction.java index 2301430e11..83ccfba568 100644 --- a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/listing/Instruction.java +++ b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/listing/Instruction.java @@ -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);