summaryrefslogtreecommitdiff
path: root/plugins/stackvars/operand.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-19 20:00:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-19 20:00:40 (GMT)
commit12abead3f60d6f72c0d41672af87215dfc13c8fc (patch)
tree3fda90b6e1b439644a39730ae8935c74da1f2d44 /plugins/stackvars/operand.c
parent79ae70be75b534c18fbfce38294f5ba7feef0e11 (diff)
Deleted all references to any asm syntax.
Diffstat (limited to 'plugins/stackvars/operand.c')
-rw-r--r--plugins/stackvars/operand.c3
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 */