summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 7e941885..34deaaf1 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -3410,7 +3410,7 @@ class LowLevelILFunction:
def basic_blocks(self) -> 'function.LowLevelILBasicBlockList':
return function.LowLevelILBasicBlockList(self)
- def get_basic_block_at(self, index: int) -> Optional['basicblock.BasicBlock']:
+ def get_basic_block_at(self, index: int) -> Optional['LowLevelILBasicBlock']:
"""
``get_basic_block_at`` returns the BasicBlock at the given LLIL instruction ``index``.