summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-25 22:18:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-25 22:18:54 (GMT)
commit3e6c0fb01710f61e8dc9383de6be4db1188b3ee6 (patch)
tree93fdd0762a28f500eae89e0f7903b24ad8dc5df3 /ChangeLog
parent4ff85e315f540efbf3510c1e7456000787601d91 (diff)
Noted that even the first basic block can have a loop to itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 304682b..52e0a39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+16-10-26 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/loop.c:
+ Note that even the first basic block can have a loop to itself.
+
16-10-25 Cyrille Bagard <nocbos@gmail.com>
* src/arch/dalvik/pseudo/switch.c: