summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-09-06 22:07:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-09-06 22:07:54 (GMT)
commitb52f03ab912cd5e51dc2abea20edee6ad38c26fe (patch)
treec9399ca4d23c1355a83828e95889da5c0d1eedfd /ChangeLog
parent4946ffe81e3edf35061a07cf4425f9accff11888 (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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09205e3..7fd494f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.