summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-04-24 20:29:36 -0400
committerPeter LaFosse <peter@vector35.com>2022-04-24 20:29:36 -0400
commitf2159334633f80dd8423cfbfc73060fa02f85865 (patch)
treea6b6374f7871b518018f35c53726ab5186f11d09 /python/highlevelil.py
parentd5302fd05f40e606f93aeb4a0aa98cfc2029fa51 (diff)
Ensure Intrinsic is included in low/medium/highlevelil.py
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index c35fdd12..4ea2aa8f 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -40,7 +40,7 @@ from . import variable
from .interaction import show_graph_report
from .commonil import (
BaseILInstruction, Tailcall, Syscall, Localcall, Comparison, Signed, UnaryOperation, BinaryOperation, SSA, Phi,
- Loop, ControlFlow, Memory, Constant, Arithmetic, DoublePrecision, Terminal, FloatingPoint
+ Loop, ControlFlow, Memory, Constant, Arithmetic, DoublePrecision, Terminal, FloatingPoint, Intrinsic
)
LinesType = Generator['function.DisassemblyTextLine', None, None]