summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-29 10:36:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-29 10:36:32 (GMT)
commit2a6e943002b4e3f1e147847c554e1b1a5d173b0f (patch)
treed43ae61793f91296aaa1ba854f788a817e81ced2 /ChangeLog
parent9f9041e11efa71cb043425cd5e89daea0247e76c (diff)
Avoided a crash by creating an empty function to dump ARMv7 stats.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ace970..8fec1ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
16-12-29 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/arm/v7/core.c:
+ * src/arch/arm/v7/core.h:
+ * src/core/processors.c:
+ Avoid a crash by creating an empty function to dump ARMv7 stats.
+
+16-12-29 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/mobicore/mclf.c:
Register portions using the new way.