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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/arm/v7/operands/reglist.h b/plugins/arm/v7/operands/reglist.h
index 60b78a6..82f1a60 100644
--- a/plugins/arm/v7/operands/reglist.h
+++ b/plugins/arm/v7/operands/reglist.h
@@ -55,10 +55,7 @@ typedef struct _GArmV7RegListOperandClass GArmV7RegListOperandClass;
GType g_armv7_reglist_operand_get_type(void);
/* Crée une liste vierge de registres ARM. */
-GArchOperand *g_armv7_reglist_operand_new(void);
-
-/* Remplit une liste de registres de registres ARM. */
-bool g_armv7_reglist_load_registers(GArmV7RegListOperand *, uint32_t);
+GArchOperand *g_armv7_reglist_operand_new(uint16_t);
/* Ajoute un registre à une liste de registres ARM. */
void g_armv7_reglist_add_register(GArmV7RegListOperand *, GArmV7Register *);