diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-01-27 23:22:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-01-27 23:22:49 (GMT) |
commit | 2b8f655628652f3cfb61c8b82d4b54fbf3ed9869 (patch) | |
tree | ecc32e82287a3402542c6bb204618a523e775889 /ChangeLog | |
parent | 36a006b2ac60c0cc1a2e2bea00d88508294be7f0 (diff) |
Avoided deadlocks in access to instruction sources and destinations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |