diff options
Diffstat (limited to 'plugins/stackvars')
-rw-r--r-- | plugins/stackvars/stackvars.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stackvars/stackvars.c b/plugins/stackvars/stackvars.c index f3baeef..4e07035 100644 --- a/plugins/stackvars/stackvars.c +++ b/plugins/stackvars/stackvars.c @@ -216,7 +216,7 @@ static bool replace_stack_vars_in_instruction(GArchInstruction *instr, GBinRouti if (!dryrun && result) { - _g_arch_instruction_replace_operand(instr, new, operand); + _g_arch_instruction_replace_operand(instr, operand, new); result = true; |