summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-30 20:38:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-30 20:38:04 (GMT)
commit176ad970db109523a3ac6d501b23608540d4a930 (patch)
treee769fbcfa7a1b97367d079fff283ab40c6a9393b /ChangeLog
parentdcacf4201c9ef35b98ba5bfb778341de0cbaa337 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cec2b3d..9f4ab26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.