summaryrefslogtreecommitdiff
path: root/plugins/arm/v7/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/arm/v7/instruction.h')
-rw-r--r--plugins/arm/v7/instruction.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/arm/v7/instruction.h b/plugins/arm/v7/instruction.h
index 6f11d21..c75b71d 100644
--- a/plugins/arm/v7/instruction.h
+++ b/plugins/arm/v7/instruction.h
@@ -33,6 +33,9 @@
#include <arch/instruction.h>
+#include "opcodes/subidentifiers.h"
+
+
#define G_TYPE_ARMV7_INSTRUCTION g_armv7_instruction_get_type()
#define G_ARMV7_INSTRUCTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), g_armv7_instruction_get_type(), GArmV7Instruction))
@@ -53,7 +56,7 @@ typedef struct _GArmV7InstructionClass GArmV7InstructionClass;
GType g_armv7_instruction_get_type(void);
/* Crée une instruction pour l'architecture ARMv7. */
-GArchInstruction *g_armv7_instruction_new(const char *);
+GArchInstruction *g_armv7_instruction_new(itid_t, ARMv7Syntax);
/* Précise l'encodage d'une instruction ARMv7 dans le détail. */
void g_armv7_instruction_set_encoding(GArmV7Instruction *, const char *);