summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-03 17:05:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-03 17:05:42 (GMT)
commit1d72be43f80250d2e8b064a8bfafe4a1f3f3b007 (patch)
tree166884c36cfd00c91dfb9122041e18294d85203c /ChangeLog
parent369ef33b8a22e3780924f52747721d12f9328bf0 (diff)
Fixed a mistake and called the right function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eecc90..2245532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
16-04-03 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/disassembler.c:
+ Fix a mistake and call the right function.
+
+16-04-03 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/pychrysa.c:
Fix a mistake when building the work queues from Python.