summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/highlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index ba8a75ce..9ad6cb2f 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -1083,7 +1083,7 @@ class HighLevelILForSsa(HighLevelILInstruction, Loop, SSA):
@property
def body(self) -> HighLevelILInstruction:
- return self.get_expr(3)
+ return self.get_expr(4)
@property
def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]: