Skip to content

Commit

Permalink
stylecheck.py fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mineo333 authored and s1341 committed Feb 28, 2024
1 parent c80028e commit d00b96d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gum/backend-arm/gumstalker-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2662,7 +2662,8 @@ gum_stalker_iterator_put_chaining_return (GumStalkerIterator * self)
}
else
{
gum_exec_block_virtualize_arm_ret_insn (block, &target, ARM_CC_AL, false, 0, gc);
gum_exec_block_virtualize_arm_ret_insn (block, &target, ARM_CC_AL, false,
0, gc);
}
}

Expand Down Expand Up @@ -4725,7 +4726,7 @@ gum_exec_block_virtualize_arm_ret_insn (GumExecBlock * block,

gum_exec_block_write_arm_exec_generated_code (gc->arm_writer, block->ctx);

gum_arm_relocator_skip_one(gc->arm_relocator);
gum_arm_relocator_skip_one (gc->arm_relocator);
}

static void
Expand Down

0 comments on commit d00b96d

Please sign in to comment.