summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-15 19:10:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-15 19:10:37 (GMT)
commitb3aa48e2c40035ca33286d08055eb0933dd55b0c (patch)
tree442543a5d71cbf0f9b89ff64cd42c63ac6fb57db /ChangeLog
parent12ebd5475a71466e7a9f3dc07a3f312e25bf639f (diff)
Fixed a runtime warning occurring from Python standalone scripts.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 382bd0d..b3219ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
16-12-15 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/fetch.c:
+ Fix a runtime warning occurring from Python standalone scripts.
+
+16-12-15 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/instruction.c:
* src/arch/instruction.h:
Remove dead code.