diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-08-13 15:53:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-08-13 15:53:41 (GMT) |
commit | a7d77562cd63f6cf0856b4cc19e245072af86f69 (patch) | |
tree | 99b83fd717765386d8efafb3a9d3b82726323600 /ChangeLog | |
parent | e5314b83cf2521f4a1fee5d3cbb5011d7ac7bff7 (diff) |
Fixed a bug: stop on return when searching for loops.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@355 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +13-08-13 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/loop.c: + Fix a bug: stop on return when searching for loops. + 13-06-30 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |