summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/v7/instruction.h')
-rw-r--r--src/arch/arm/v7/instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/v7/instruction.h b/src/arch/arm/v7/instruction.h
index 0265911..97ee31a 100644
--- a/src/arch/arm/v7/instruction.h
+++ b/src/arch/arm/v7/instruction.h
@@ -50,7 +50,7 @@ typedef struct _GArmV7InstructionClass GArmV7InstructionClass;
GType g_armv7_instruction_get_type(void);
/* Crée une instruction pour l'architecture ARMv7. */
-GArmV7Instruction *g_armv7_instruction_new(void);
+GArmV7Instruction *g_armv7_instruction_new(const char *);
/* Définit si une instruction ARMv7 met à jour les drapeaux. */
void g_armv7_instruction_define_setflags(GArmV7Instruction *, bool);