diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-30 20:38:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-30 20:38:04 (GMT) |
commit | 176ad970db109523a3ac6d501b23608540d4a930 (patch) | |
tree | e769fbcfa7a1b97367d079fff283ab40c6a9393b /ChangeLog | |
parent | dcacf4201c9ef35b98ba5bfb778341de0cbaa337 (diff) |
Tried to fix a bug in 'jle' relative address computing.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@87 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 09-06-30 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/processor.c: + Try to fix a bug in 'jle' relative address computing. + +09-06-30 Cyrille Bagard <nocbos@gmail.com> + * src/arch/x86/instruction.c: Fix a copy/paste mistake about the type of a 'jle' link. |