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 08c27383..017ad9b2 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -2413,7 +2413,7 @@ class LowLevelILBasicBlock(basicblock.BasicBlock):
else:
return self.il_function[self.end + idx]
- def _create_instance(self, view, handle):
+ def _create_instance(self, handle, view):
"""Internal method by super to instantiate child instances"""
return LowLevelILBasicBlock(view, handle, self.il_function)