diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index cdcd1138..f20ad68f 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -39,7 +39,7 @@ from .interaction import show_graph_report from .commonil import ( BaseILInstruction, Constant, BinaryOperation, Tailcall, UnaryOperation, Comparison, SSA, Phi, FloatingPoint, ControlFlow, Terminal, Syscall, Localcall, StackOperation, Return, Signed, Arithmetic, Carry, DoublePrecision, - Memory, Load, Store, RegisterStack, SetReg + Memory, Load, Store, RegisterStack, SetReg, Intrinsic ) ExpressionIndex = NewType('ExpressionIndex', int) |
