about summary refs log tree commit diff stats
path: root/miasm2/ir/ir.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/ir/ir.py')
-rw-r--r--miasm2/ir/ir.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/ir/ir.py b/miasm2/ir/ir.py
index d51693f1..b955bac7 100644
--- a/miasm2/ir/ir.py
+++ b/miasm2/ir/ir.py
@@ -53,6 +53,7 @@ class irbloc:
         return dst
 
     def set_dst(self, value):
+        """Find and replace the IRDst affectation's source by @value"""
         dst = None
         for ir in self.irs:
             for i in ir: