diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-06-27 11:46:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-06-27 11:46:06 (GMT) |
commit | a3b128d4f448fa1eee12074a9bf0256b06e222e8 (patch) | |
tree | 260b2df0c52a6e998a81c7af0aa7f62b74c33fe5 /ChangeLog | |
parent | dad83b556250a85a9b2ccf68e5fb6f4df7dca1f4 (diff) |
Fixed many bugs with the branch targets and supported one sub opcode.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@170 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +10-06-27 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/dalvik/instruction.c: + * src/arch/dalvik/instruction.h: + Support one sub opcode and fix the conditional jump ones. + + * src/arch/dalvik/Makefile.am: + Add op_sub.c to libarchdalvik_la_SOURCES. + + * src/arch/dalvik/opcodes.h: + Support one sub opcode. + + * src/arch/dalvik/operand.c: + Fix many bugs with the branch targets. + + * src/arch/dalvik/op_sub.c: + New entry: support one sub opcode. + + * src/arch/dalvik/processor.c: + Support one sub opcode and reorganize the conditional jump ones. + 10-06-20 Cyrille Bagard <nocbos@gmail.com> * src/arch/dalvik/instruction.c: |