diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-12-14 23:30:12 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-12-14 23:30:12 (GMT) |
commit | db1a6171007a6641a4659392c9bcc05670396643 (patch) | |
tree | d011651b8b73b2a28d01e416d613d63bf5b0b4e6 /ChangeLog | |
parent | ba6ca32c37c5db2582a015ed15d6ba128c36968e (diff) |
Provided an iterator for instructions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +16-12-15 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/arch/Makefile.am: + Add the 'instriter.[ch]' files to libpychrysaarch_la_SOURCES. + + * plugins/pychrysa/arch/instriter.c: + * plugins/pychrysa/arch/instriter.h: + New entries: provide an iterator for instructions. + + * plugins/pychrysa/arch/module.c: + * plugins/pychrysa/arch/processor.c: + Update code. + + * src/arch/Makefile.am: + Add the 'instriter.[ch]' files to libarch_la_SOURCES. + + * src/arch/instriter.c: + * src/arch/instriter.h: + New entries: provide an iterator for instructions. + + * src/arch/instruction.h: + * src/arch/processor-int.h: + * src/arch/processor.c: + * src/arch/processor.h: + Update code. + 16-12-13 Cyrille Bagard <nocbos@gmail.com> * src/gui/editem.c: |