diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-16 23:46:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-16 23:46:51 (GMT) |
commit | 8ff010a34762737016624a68f593d0e6736d4349 (patch) | |
tree | efcf9b65483ba94dd93d6c6a7227706424160c10 /ChangeLog | |
parent | e4b56188b664e6b986733d456e6a0ea9b2da6d53 (diff) |
Tracked the ARM/Thumb areas in a clever way with levels.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +15-12-17 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/arm/context.c: + Fix a bug: the last byte is included in the decoding area. + + * src/arch/arm/v7/context.c: + * src/arch/arm/v7/context.h: + Clean the code. Track the ARM/Thumb areas in a clever way with levels. + Fix a bug about overwritten encodings. + + * src/arch/arm/v7/fetch.c: + Update calls. Remove some useless hard-coded limits. + + * src/arch/context-int.h: + * src/arch/context.c: + * src/arch/context.h: + Allow to provide extra arguments when pushing new points to disassemble. + + * src/format/format.c: + Update calls. + 15-12-16 Cyrille Bagard <nocbos@gmail.com> * src/arch/vmpa.c: |