From ded504718e83ffcc63ef42cc27159ef998ed211b Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 8 May 2017 14:41:25 +0200 Subject: Example: clean graph_ir IDA --- miasm2/core/asmblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/core/asmblock.py') diff --git a/miasm2/core/asmblock.py b/miasm2/core/asmblock.py index 72f259f9..965b22c4 100644 --- a/miasm2/core/asmblock.py +++ b/miasm2/core/asmblock.py @@ -45,7 +45,7 @@ class AsmLabel(object): self.name = name self.attrib = None if offset is None: - self.offset = offset + self.offset = None else: self.offset = int(offset) -- cgit 1.4.1