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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/processor-int.h b/src/arch/processor-int.h
index 82f402a..c8263f7 100644
--- a/src/arch/processor-int.h
+++ b/src/arch/processor-int.h
@@ -67,7 +67,6 @@ struct _GArchProcessor
get_processor_context_fc get_ctx; /* Obtention d'un contexte #1 */
get_decomp_context_fc get_dec_ctx; /* Obtention d'un contexte #2 */
- decode_instruction_fc decode; /* Traduction en instructions */
};
@@ -82,6 +81,8 @@ struct _GArchProcessorClass
{
GObjectClass parent; /* A laisser en premier */
+ decode_instruction_fc decode; /* Traduction en instructions */
+
};