summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-21 21:32:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-21 21:32:06 (GMT)
commit16f07d7609b71e7cbbed0dce438ed94fb96d089e (patch)
tree28a03df0e3d523b915ae689fa5e85b23e93816ac /ChangeLog
parentacd355c4c5ae25fb9cac64b8dc17407a2bcc979b (diff)
Stored and deleted instruction hooks using the GObject facilities.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bceb52b..836a798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
17-05-21 Cyrille Bagard <nocbos@gmail.com>
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ Store and delete instruction hooks using the GObject facilities.
+
+17-05-21 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/register.c:
* src/arch/arm/v7/core.c:
* src/arch/arm/v7/operands/coproc.c: