diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-01-30 16:26:50 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-01-30 16:26:50 -0500 |
| commit | c1b6a2fd7d4325b5404fce38a2ae72234af1302c (patch) | |
| tree | 34291e187620cc0dcb5ecb6efb202c328ec34fa5 /python/mediumlevelil.py | |
| parent | 78fc76b12da21dae9be6c57d92e08691a533836f (diff) | |
Fix rebase removing changes
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index a83cfff4..0ef09642 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -990,7 +990,7 @@ class MediumLevelILBasicBlock(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 MediumLevelILBasicBlock(view, handle, self.il_function) |
