summaryrefslogtreecommitdiff
path: root/plugins/stackvars/operand.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stackvars/operand.c')
-rw-r--r--plugins/stackvars/operand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c
index 321312a..6eff546 100644
--- a/plugins/stackvars/operand.c
+++ b/plugins/stackvars/operand.c
@@ -57,7 +57,7 @@ static void g_stack_var_operand_class_init(GStackVarOperandClass *);
static void g_stack_var_operand_init(GStackVarOperand *);
/* Traduit un opérande en version humainement lisible. */
-static char *g_stack_var_operand_get_text(const GStackVarOperand *, const exe_format *, AsmSyntax);
+static char *g_stack_var_operand_get_text(const GStackVarOperand *, const GExeFormat *, AsmSyntax);
/* Indique le type défini pour un opérande de substitution pour variable de pile. */
@@ -145,7 +145,7 @@ GArchOperand *g_stack_var_operand_new(const GArchOperand *child)
* *
******************************************************************************/
-static char *g_stack_var_operand_get_text(const GStackVarOperand *operand, const exe_format *format, AsmSyntax syntax)
+static char *g_stack_var_operand_get_text(const GStackVarOperand *operand, const GExeFormat *format, AsmSyntax syntax)
{
char *result; /* Chaîne à retourner */