summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-27 23:22:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-27 23:22:49 (GMT)
commit2b8f655628652f3cfb61c8b82d4b54fbf3ed9869 (patch)
treeecc32e82287a3402542c6bb204618a523e775889 /ChangeLog
parent36a006b2ac60c0cc1a2e2bea00d88508294be7f0 (diff)
Avoided deadlocks in access to instruction sources and destinations.
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.