From 6679864242329639194911318737108625989530 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 27 Mar 2025 15:39:37 -0400 Subject: Python: Fix a couple typoes in the IL builders --- python/mediumlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/mediumlevelil.py') 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: """ -- cgit v1.3.1