diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 13:44:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-26 13:44:28 (GMT) |
commit | 78169fc7f8a7150cd22cfe80204cb2faaa991ba5 (patch) | |
tree | ba5bc17f43af044a408dbf07b9f70fffa5ec3bb8 /ChangeLog | |
parent | 4319c0ae542b60f225d0f6ce373fe8d2e5f1475d (diff) |
Fixed the conversion of immediate operands to binary strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 17-03-26 Cyrille Bagard <nocbos@gmail.com> + * src/arch/immediate.c: + Fix the conversion of immediate operands to binary strings. + + * tests/arch/immediate.py: + New entry: add some tests for immediate operands. + +17-03-26 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/arch/Makefile.am: Add the 'immediate.[ch]' and 'operand.[ch]' files to libpychrysaarch_la_SOURCES. |