summaryrefslogtreecommitdiff
path: root/src/arch/processor-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/processor-int.h')
-rw-r--r--src/arch/processor-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/processor-int.h b/src/arch/processor-int.h
index c92f668..8631731 100644
--- a/src/arch/processor-int.h
+++ b/src/arch/processor-int.h
@@ -52,7 +52,7 @@
typedef GProcContext * (* get_processor_context_fc) (const GArchProcessor *);
/* Fournit un contexte lié au processeur pour une décompilation. */
-typedef GDecContext * (* get_decomp_context_fc) (const GArchProcessor *);
+//typedef GDecContext * (* get_decomp_context_fc) (const GArchProcessor *);
/* Désassemble une instruction dans un flux de données. */
typedef GArchInstruction * (* disass_instr_fc) (const GArchProcessor *, GProcContext *, const GBinContent *, vmpa2t *, GExeFormat *);
@@ -82,7 +82,7 @@ struct _GArchProcessor
MemoryDataSize inssize; /* Taille min. d'encodage */
get_processor_context_fc get_ctx; /* Obtention d'un contexte #1 */
- get_decomp_context_fc get_dec_ctx; /* Obtention d'un contexte #2 */
+ //get_decomp_context_fc get_dec_ctx; /* Obtention d'un contexte #2 */
GArchInstruction **instructions; /* Instructions désassemblées */
size_t instr_allocated; /* Taille de la liste allouée */