diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-09-06 22:07:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-09-06 22:07:54 (GMT) |
commit | b52f03ab912cd5e51dc2abea20edee6ad38c26fe (patch) | |
tree | c9399ca4d23c1355a83828e95889da5c0d1eedfd /ChangeLog | |
parent | 4946ffe81e3edf35061a07cf4425f9accff11888 (diff) |
Better handled the case where decoding fails.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@26 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-09-06 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/op_lea.c: + * src/arch/x86/op_mov.c: + * src/arch/x86/op_push.c: + * src/arch/x86/processor.c: + Better handle the case where decoding fails. + +2008-09-06 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.h: Add more support for lea and push opcodes. |