summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-08 21:18:11 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-08 21:18:11 (GMT)
commit009f00f18ef49295a55e6389c0687d0d767f45b0 (patch)
tree72952e2d58ed28f9054476a604b191b32308e663 /src/arch/instruction.h
parentfaa334f84ea2ddac65358dde0f05c074747f4e39 (diff)
Reduced the number of produced reference links.
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 4f5a042..d38bb62 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -217,6 +217,9 @@ typedef struct _instr_link_t
/* Met à disposition un encadrement des accès aux liens. */
void g_arch_instruction_lock_unlock_links(GArchInstruction *, bool, bool, bool);
+/* Détermine si un lien est déjà établi entre deux instructions. */
+bool g_arch_instruction_has_link_to(GArchInstruction *, const GArchInstruction *);
+
/* Etablit un lien entre deux instructions. */
void g_arch_instruction_link_with(GArchInstruction *, GArchInstruction *, InstructionLinkType);