summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-10 20:44:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-10 20:44:30 (GMT)
commit90e0f7ac04c1622f226dda57a3329b6fe98307e8 (patch)
tree68313927f67ed3f1d903562e1760d32a902f775a /src/arch/instruction.h
parent8e76324b01e5b4979f346f0bc8c84372477a3d38 (diff)
Removed the link to binary content used for printing from instructions.
Diffstat (limited to 'src/arch/instruction.h')
-rw-r--r--src/arch/instruction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index 64b8dd5..f508c35 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -107,9 +107,6 @@ void g_arch_instruction_set_hooks(GArchInstruction *, const instr_hook_fc [IPH_C
/* Complète un désassemblage accompli pour une instruction. */
void g_arch_instruction_call_hook(GArchInstruction *, InstrProcessHook, GArchProcessor *, GProcContext *, GExeFormat *);
-/* Note le contenu du sein duquel l'instruction est issue. */
-void g_arch_instruction_set_global_content(GArchInstruction *, const GBinContent *);
-
/* Définit la localisation d'une instruction. */
void g_arch_instruction_set_range(GArchInstruction *, const mrange_t *);