summaryrefslogtreecommitdiff
path: root/plugins/arm
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-28 16:34:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-28 16:34:54 (GMT)
commitf9b5dd04637e4d3cd64b2ae75a991c5547469de0 (patch)
tree39a64f94c12a2be863b537c4b682184915b3fd02 /plugins/arm
parentb9e8a23f725570e4ac40a4625f51e933deaff25a (diff)
Registered a missing ARMv7 type.
Diffstat (limited to 'plugins/arm')
-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 9b4d3f3..12ea91a 100644
--- a/plugins/arm/v7/core.c
+++ b/plugins/arm/v7/core.c
@@ -33,6 +33,7 @@
#include "register.h"
#include "operands/coproc.h"
#include "operands/estate.h"
+#include "operands/it.h"
#include "operands/limitation.h"
#include "operands/maccess.h"
#include "operands/offset.h"
@@ -66,6 +67,7 @@ static void register_armv7_gtypes(void)
g_type_ensure(G_TYPE_ARMV7_COPROC_OPERAND);
g_type_ensure(G_TYPE_ARMV7_ENDIAN_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);
g_type_ensure(G_TYPE_ARMV7_OFFSET_OPERAND);