diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-02-24 17:24:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-02-24 17:24:32 (GMT) |
commit | f95e0761e1284b7ab48244452f56d96803c48b87 (patch) | |
tree | 55189a8ea17b533ac368198e8a456fdad777916d /ChangeLog | |
parent | 02c2cf555953f335a825e34c869c9999668fd42c (diff) |
Fixed a bug in loops detection.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@341 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 13-02-24 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/loop.c: + Fix a bug in loops detection. + + * src/gtkext/gtklinkrenderer.c: + Underline the links for loops on screen. + +13-02-24 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/decomp/cmerge.c: * src/analysis/decomp/cmerge.h: New entries: begin to merge conditions when possible. |