summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-15 21:56:27 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-15 21:56:27 (GMT)
commitece6eb62458f0222f769741ce123eadde07b017c (patch)
tree72c7db6355b0082d602e0e47ae793a2b4f76c6a4 /ChangeLog
parentb3aa48e2c40035ca33286d08055eb0933dd55b0c (diff)
Removed dead code and a compilation warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3219ea..faa863e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
16-12-15 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/arm/v7/helpers.c:
+ * src/arch/arm/v7/helpers.h:
+ Remove dead code and a compilation warning.
+
+16-12-15 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/fetch.c:
Fix a runtime warning occurring from Python standalone scripts.