diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-11-27 22:23:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-11-27 22:23:05 (GMT) |
commit | 7a8628a53e55641e31737fe10b6ed7b5498e84a7 (patch) | |
tree | 4fb8d2431258bcca4bdf7a74eb4660e3df3e84bd /ChangeLog | |
parent | b2b43b80eb207fabc8eb5e08798f120f0dd5541e (diff) |
Fixed binary string format in immediate operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@612 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 15-11-27 Cyrille Bagard <nocbos@gmail.com> + * src/arch/arm/v7/processor.c: + Typo. + + * src/arch/immediate.c: + Fix binary string format in immediate operands. + + * src/arch/raw.c: + * src/arch/raw.h: + Remove old code. + + * src/common/asm.c: + * src/common/asm.h: + Compute the first set bit in 64bit words. + +15-11-27 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/fetch.c: Disable old code. |