diff options
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: |