summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/instruction.h')
-rw-r--r--src/arch/instruction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index c4b704e..a6a0422 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -130,6 +130,9 @@ size_t g_arch_instruction_get_destinations(const GArchInstruction *, GArchInstru
/* Fournit la destination d'une instruction et d'un type donné. */
GArchInstruction *g_arch_instruction_get_given_destination(const GArchInstruction *, InstructionLinkType);
+/* Indique la position dans les instructions identiques. */
+size_t g_arch_instruction_compute_group_index(GArchInstruction **, GArchInstruction **, size_t);
+
/* --------------------- CONVERSIONS DU FORMAT DES INSTRUCTIONS --------------------- */