diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2013-01-21 20:40:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2013-01-21 20:40:38 (GMT) |
commit | b0b35292cb22899b1b23556be452eb827e4010d7 (patch) | |
tree | 931366e5439efb3b8a3a30e6da83c0c100f9f2b2 /ChangeLog | |
parent | 0c29fdf7d4d7388f02613efe2d05c9f5997e9d47 (diff) |
Fixed a little bug with source/destination operands of XXX/2addr instructions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@329 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 13-01-21 Cyrille Bagard <nocbos@gmail.com> + * src/arch/dalvik/decomp/arithm.c: + Fix a little bug with source/destination operands of XXX/2addr instructions. + +13-01-21 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/gui/panels/log.c: * plugins/pychrysa/gui/panels/log.h: New entries: restore a fully functional access to the log panel. |