diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-11-24 21:12:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-11-24 21:12:48 (GMT) |
commit | 16f9d3b943e272112e01f5bc51e922e2ea2ddfb8 (patch) | |
tree | 293ed29545a7e097d3b70d3d95d513fc25866fd1 /ChangeLog | |
parent | 532fc81565104f64b33b3ac94dfcf0762209f751 (diff) |
Cleaned operands, using class functions and destructors.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@426 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 14-11-24 Cyrille Bagard <nocbos@gmail.com> + * src/arch/dalvik/operands/args.c: + * src/arch/dalvik/operands/pool.c: + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/operands/target.c: + * src/arch/immediate.c: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + * src/arch/raw.c: + * src/arch/register.c: + Clean operands, using class functions and destructors. + +14-11-24 Cyrille Bagard <nocbos@gmail.com> + * src/arch/Makefile.am: * src/arch/processor.c: * src/format/elf/helper_x86.c: |