summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b22f4c7..c716771 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
17-01-28 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Avoid deadlocks in access to instruction sources and destinations.
+ Clean the code and save memory.
+
+17-01-28 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/link.c:
Fix links between instructions for conditional branches.