summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/core.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-28 20:34:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-28 20:34:24 (GMT)
commit5311a943dffcc410739509b9215ca464f6d1e54c (patch)
tree9c34b5176606aa7bb3dcfb5970a20e3f9b27f1c3 /plugins/arm/v7/core.c
parent9f5ed46de568d3db882c939c8ca9d0117bff3369 (diff)
Included support for ARMv7 system instructions.
Diffstat (limited to 'plugins/arm/v7/core.c')
-rw-r--r--plugins/arm/v7/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/arm/v7/core.c b/plugins/arm/v7/core.c
index cd5cdd8..5fd355c 100644
--- a/plugins/arm/v7/core.c
+++ b/plugins/arm/v7/core.c
@@ -30,6 +30,7 @@
#include "instruction.h"
#include "processor.h"
#include "operands/estate.h"
+#include "operands/iflags.h"
#include "operands/it.h"
#include "operands/limitation.h"
#include "operands/maccess.h"
@@ -68,6 +69,7 @@ static void register_armv7_gtypes(void)
g_type_ensure(G_TYPE_ARMV7_INSTRUCTION);
g_type_ensure(G_TYPE_ARMV7_ENDIAN_OPERAND);
+ g_type_ensure(G_TYPE_ARMV7_IFLAGS_OPERAND);
g_type_ensure(G_TYPE_ARMV7_ITCOND_OPERAND);
g_type_ensure(G_TYPE_ARMV7_LIMITATION_OPERAND);
g_type_ensure(G_TYPE_ARMV7_MACCESS_OPERAND);