From f9b5dd04637e4d3cd64b2ae75a991c5547469de0 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Mon, 28 May 2018 18:34:54 +0200 Subject: Registered a missing ARMv7 type. --- plugins/arm/v7/core.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v0.11.2-87-g4458