diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-08-01 21:08:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-08-01 21:08:17 (GMT) |
commit | f0b80c6ab55ede4f8ab8ede757f1f8951512affa (patch) | |
tree | 7072841db027d421da1118f8021020a1b682de4f /ChangeLog | |
parent | 3786e818fdf8731dd6f310f0aaac75d431646160 (diff) |
Handled the 'leave' and 'ret' opcodes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@12 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2008-08-01 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.h: + Register the new opcodes. + + * src/arch/x86/Makefile.am: + Add op_(leave|ret).c to libarchx86_a_SOURCES. + + * src/arch/x86/opcodes.h: + Register the new opcodes. + + * src/arch/x86/op_leave.c: + * src/arch/x86/op_ret.c: + New entries: handle the 'leave' and 'ret' opcodes. + + * src/arch/x86/processor.c: + Register the new opcodes. Avoid wrong warning messages. + 2008-07-31 Cyrille Bagard <nocbos@gmail.com> * src/arch/operand.c: |