diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/ir/ir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/ir/ir.py b/miasm2/ir/ir.py index 64eb3463..3e928873 100644 --- a/miasm2/ir/ir.py +++ b/miasm2/ir/ir.py @@ -844,7 +844,7 @@ class IntermediateRepresentation(object): self.graph.add_uniq_edge(lbl, dst_label) modified = True if dst.src1 == dst.src2: - dst = src1 + dst = dst.src1 else: continue new_parent = parent.set_dst(dst) |