summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-10-04 13:36:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-10-04 13:36:02 (GMT)
commit070649a6c2d434208a202d4f09a3256cd3bbfe78 (patch)
tree582486a496fe145677ebb0942813251280082eac /ChangeLog
parentb39b6867afbadd38476328201c07527ad17af60d (diff)
Fixed a bug in relative jump operands.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@124 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 23f00e8..28d1fdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
09-10-04 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/x86/operand.c:
+ Fix a bug in relative jump operands.
+
+09-10-04 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/x86/instruction.c:
* src/arch/x86/instruction.h:
* src/arch/x86/opcodes.h: