summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-27 23:17:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-27 23:17:56 (GMT)
commit36a006b2ac60c0cc1a2e2bea00d88508294be7f0 (patch)
treed63cfb60ad652c759ede239faa6e85eb6b913ad3 /ChangeLog
parente5e7408e52f33039db6315f82b294e604503ad78 (diff)
Fixed links between instructions for conditional branches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfaf59a..b22f4c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
17-01-28 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/link.c:
+ Fix links between instructions for conditional branches.
+
+17-01-28 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/links.c:
Establish natural links between instructions only when relevant.