diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 93972a1f..57241a60 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -50,6 +50,7 @@ Index = Union[ExpressionIndex, InstructionIndex] TokenList = List['function.InstructionTextToken'] InstructionOrExpression = Union['LowLevelILInstruction', Index] ILRegisterType = Union[str, 'ILRegister', int] +ILOperandType = Union[ILRegisterType, 'architecture.ILFlag', int] LLILInstructionsType = Generator['LowLevelILInstruction', None, None] OperandsType = Tuple[ExpressionIndex, ExpressionIndex, ExpressionIndex, ExpressionIndex] LowLevelILOperandType = Union['LowLevelILOperationAndSize', 'ILRegister', 'ILFlag', 'ILIntrinsic', 'ILRegisterStack', |
