summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-02-09 16:38:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-02-09 16:38:45 (GMT)
commit946f5f093c7265dc5a5e00694325605b249eea43 (patch)
treed3f42b4c1585572fd939918299a8b96d55ebf0c1 /ChangeLog
parent76f44a20a5b277d7cbc441c4e71943d4e5507a9d (diff)
Built raw instructions from uleb128 values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 128478a..ddd89ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
16-02-09 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/raw.c:
+ * src/arch/raw.h:
+ Build raw instructions from uleb128 values.
+
+16-02-09 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/archbase.h:
Fix a bug by handling non rugular sizes of values.