diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/arm/v7/core.c | 2 |
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); |