summaryrefslogtreecommitdiff
path: root/src/arch/operand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/operand.h')
-rw-r--r--src/arch/operand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/operand.h b/src/arch/operand.h
index cd7b213..c84c7fb 100644
--- a/src/arch/operand.h
+++ b/src/arch/operand.h
@@ -62,7 +62,7 @@ typedef enum _AsmOperandSize
#include <glib-object.h>
-#include "../format/exe_format.h"
+#include "../format/executable.h"
@@ -83,7 +83,7 @@ typedef struct _GArchOperandClass GArchOperandClass;
GType g_arch_operand_get_type(void);
/* Traduit un opérande en version humainement lisible. */
-char *g_arch_operand_get_text(const GArchOperand *, const exe_format *, AsmSyntax);
+char *g_arch_operand_get_text(const GArchOperand *, const GExeFormat *, AsmSyntax);