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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index d87eb1c..d625e77 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -34,10 +34,8 @@
#include "vmpa.h"
#include "../analysis/content.h"
#include "../analysis/type.h"
-#include "../decomp/context.h"
-#include "../decomp/instruction.h"
#include "../format/executable.h"
-//#include "../format/format.h"
+#include "../glibext/gcodebuffer.h"
@@ -227,9 +225,6 @@ void g_arch_instruction_set_displayed_max_length(GArchInstruction *, phys_t);
/* Ajoute à un tampon GLib le contenu de l'instance spécifiée. */
GBufferLine *g_arch_instruction_print(const GArchInstruction *, GCodeBuffer *, MemoryDataSize, const GBinContent *, AsmSyntax);
-/* Décompile une instruction de façon générique. */
-GDecInstruction *g_arch_instruction_decompile(const GArchInstruction *, GDecContext *) __attribute__ ((deprecated));
-
/* -------------------- TRAITEMENT DES INSTRUCTIONS PAR ENSEMBLE -------------------- */