Merge remote-tracking branch 'origin/GT-3247_ryanmkurtz_PR-1012_carlreinke_OperandType'

This commit is contained in:
Ryan Kurtz 2019-10-18 11:17:49 -04:00
commit b997a241ba

View File

@ -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);