diff options
Diffstat (limited to 'plugins/stackvars')
-rw-r--r-- | plugins/stackvars/operand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c index 964996a..2b05209 100644 --- a/plugins/stackvars/operand.c +++ b/plugins/stackvars/operand.c @@ -130,7 +130,6 @@ GArchOperand *g_stack_var_operand_new(const GBinRoutine *routine, const GX86ModR * * * Paramètres : operand = opérande à transcrire. * * format = format du binaire manipulé. * -* syntax = type de représentation demandée. * * buffer = zone de texte à venir compléter. * * iter = point d'insertion du nouveau texte. * * * @@ -142,7 +141,7 @@ GArchOperand *g_stack_var_operand_new(const GBinRoutine *routine, const GX86ModR * * ******************************************************************************/ -static void g_stack_var_operand_add_to_gtk_buffer(const GStackVarOperand *operand, const GExeFormat *format, AsmSyntax syntax, GtkTextBuffer *buffer, GtkTextIter *iter) +static void g_stack_var_operand_add_to_gtk_buffer(const GStackVarOperand *operand, const GExeFormat *format, GtkTextBuffer *buffer, GtkTextIter *iter) { const GImmOperand *displacement; /* Décalage supplémentaire */ size_t value; /* Position dans la pile */ |