about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/ir/ir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/ir.py b/miasm2/ir/ir.py
index 5ebb51ec..e63176a0 100644
--- a/miasm2/ir/ir.py
+++ b/miasm2/ir/ir.py
@@ -340,7 +340,7 @@ class IntermediateRepresentation(object):
         self._graph = None
 
     @property
-    def get_blocs(self):
+    def blocs(self):
         warnings.warn('DEPRECATION WARNING: use ".blocks" instead of ".blocs"')
         return self.blocks