summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index d1a76a2a..dfa7aaf6 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -175,6 +175,7 @@ class LowLevelILInstruction(object):
LowLevelILOperation.LLIL_CMP_UGT: [("left", "expr"), ("right", "expr")],
LowLevelILOperation.LLIL_TEST_BIT: [("left", "expr"), ("right", "expr")],
LowLevelILOperation.LLIL_BOOL_TO_INT: [("src", "expr")],
+ LowLevelILOperation.LLIL_ADD_OVERFLOW: [("left", "expr"), ("right", "expr")],
LowLevelILOperation.LLIL_SYSCALL: [],
LowLevelILOperation.LLIL_BP: [],
LowLevelILOperation.LLIL_TRAP: [("vector", "int")],