diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-03-27 15:39:37 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-03-27 15:40:05 -0400 |
| commit | 6679864242329639194911318737108625989530 (patch) | |
| tree | 3611cfd814962b9c3c0c568e09212543a3dd6aab /python/mediumlevelil.py | |
| parent | 180a554d7efd100ff9138d097ba11018fcbf0dea (diff) | |
Python: Fix a couple typoes in the IL builders
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: """ |
