summaryrefslogtreecommitdiff
path: root/src/arch/operand-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand-int.h')
-rw-r--r--src/arch/operand-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/operand-int.h b/src/arch/operand-int.h
index 8048548..90e3e06 100644
--- a/src/arch/operand-int.h
+++ b/src/arch/operand-int.h
@@ -30,7 +30,7 @@
/* Traduit un opérande en version humainement lisible. */
-typedef char * (* get_operand_text_fc) (const GArchOperand *, const exe_format *, AsmSyntax);
+typedef char * (* get_operand_text_fc) (const GArchOperand *, const GExeFormat *, AsmSyntax);
/* Définition générique d'un opérande d'architecture (instance) */