diff options
Diffstat (limited to 'plugins/stackvars')
-rw-r--r-- | plugins/stackvars/operand.c | 2 | ||||
-rw-r--r-- | plugins/stackvars/stackvars.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stackvars/operand.c b/plugins/stackvars/operand.c index ff6c5e4..6ee1e7b 100644 --- a/plugins/stackvars/operand.c +++ b/plugins/stackvars/operand.c @@ -144,7 +144,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) { - const GImmOperand *displacement; /* Décallage supplémentaire */ + const GImmOperand *displacement; /* Décalage supplémentaire */ size_t value; /* Position dans la pile */ bool negative; /* Direction dans la pile */ size_t index; /* Indice de la variable */ diff --git a/plugins/stackvars/stackvars.c b/plugins/stackvars/stackvars.c index 1b5a188..f0f89b2 100644 --- a/plugins/stackvars/stackvars.c +++ b/plugins/stackvars/stackvars.c @@ -256,7 +256,7 @@ static bool replace_stack_var_in_operand(const GArchOperand *operand, GBinRoutin uint8_t scale; /* Puissance de deux */ const GX86Register *index; /* Registre servant d'indice */ const GX86Register *base; /* Registre de base */ - const GImmOperand *displacement; /* Décallage supplémentaire */ + const GImmOperand *displacement; /* Décalage supplémentaire */ size_t value; /* Position dans la pile */ bool negative; /* Direction dans la pile */ |