diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-01-12 22:10:09 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-01-12 22:10:09 (GMT) |
commit | 2ddb5c26af896b10517a89abf0c9498c598b7697 (patch) | |
tree | ecc094327051f2b7ec5846879e31c5c13d7a9d97 /ChangeLog | |
parent | 9dad150aedfae6423f1166665d47674df51014d2 (diff) |
Disabled the old way to disassemble instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 16-01-12 Cyrille Bagard <nocbos@gmail.com> + * src/arch/Makefile.am: + Remove the 'artificial.[ch]' files from libarch_la_SOURCES. + + * src/arch/artificial.c: + * src/arch/artificial.h: + Deleted entries. The features are provided by the 'raw.[ch]' files + for a while. + + * src/arch/processor.c: + Disable the old way to disassemble instructions. + +16-01-12 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/disass/disassembler.c: Update code. |