summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mediumlevelil.py')
-rw-r--r--python/mediumlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py
index d890a860..2c8f6291 100644
--- a/python/mediumlevelil.py
+++ b/python/mediumlevelil.py
@@ -271,7 +271,7 @@ class MediumLevelILInstruction:
return result
def __repr__(self):
- return f"<il: {self}>"
+ return f"<mlil: {self}>"
def __eq__(self, other:'MediumLevelILInstruction') -> bool:
if not isinstance(other, MediumLevelILInstruction):