summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-07-27 23:43:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-07-27 23:43:10 (GMT)
commit0164ddde7b01a6e3e3aa84ebdeb4ea9b381f063a (patch)
tree8ca31386754fa174fc1d94cedc958d7344723bc4 /ChangeLog
parent1bf9c5ebe8bb3326e10491974cd43b221e2a56a1 (diff)
Fixed a bug when reading immediate values.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@8 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 e6085d5..b2e5bcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-28 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/operand.c:
+ Fix a bug when reading immediate values (|| != |).
+
+ * src/binary.c:
+ Map the content of a given file into memory.
+
2008-07-27 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: