summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.