summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/operands/reglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/operands/reglist.h')
-rw-r--r--plugins/arm/v7/operands/reglist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/arm/v7/operands/reglist.h b/plugins/arm/v7/operands/reglist.h
index a8adc47..2d1bfa9 100644
--- a/plugins/arm/v7/operands/reglist.h
+++ b/plugins/arm/v7/operands/reglist.h
@@ -66,6 +66,9 @@ size_t g_armv7_reglist_count_registers(const GArmV7RegListOperand *);
/* Founit un élément donné d'une liste de registres ARM. */
GArmV7Register *g_armv7_reglist_operand_get_register(const GArmV7RegListOperand *, size_t );
+/* Indique si un registre est présent dans une liste. */
+bool g_armv7_reglist_operand_has_register(const GArmV7RegListOperand *, const GArmV7Register *);
+
#endif /* _PLUGINS_ARM_V7_OPERANDS_REGLIST_H */