diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-12-04 08:01:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-12-04 08:01:50 (GMT) |
commit | 6803c5d5b86416d1748d4d37a5cc5cb44fe007b1 (patch) | |
tree | a7a1c2aa9b946a134e93fc6d0c720111f6122138 /ChangeLog | |
parent | 172fce9bab61de1ffa89f731b5d10f96e209afc1 (diff) |
Processed ARM / Thumb16 / Thumb32 data int the proper way.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@434 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +14-12-04 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/v7/processor.c: + Process ARM / Thumb16 / Thumb32 data int the proper way. + + * src/arch/arm/v7/thumb_32.c: + Fix a bug by removing an extra zero (number > 32b). + 14-12-03 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/arm.c: |