diff options
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 6bcf9807..4dbe43e3 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -5210,7 +5210,7 @@ class MediumLevelILFunction: return ExpressionIndex(core.BNMediumLevelILGoto(self.handle, label.handle)) def if_expr( - self, operand: ExpressionIndex, t: MediumLevelILLabel, f: MediumLevelILLabel, label: MediumLevelILLabel, + self, operand: ExpressionIndex, t: MediumLevelILLabel, f: MediumLevelILLabel, loc: Optional['ILSourceLocation'] = None ) -> ExpressionIndex: """ |
