Skip to content

Commit

Permalink
stalker-arm: missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed Mar 4, 2024
1 parent 6e5b762 commit 606fd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gum/backend-arm/gumstalker-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ gum_stalker_iterator_arm_next (GumStalkerIterator * self,
gc->continuation_real_address = instruction->end;
return FALSE;
}
else if !skip_implicitly_requested && gum_arm_relocator_eob (rl))
else if (!skip_implicitly_requested && gum_arm_relocator_eob (rl))
{
return FALSE;
}
Expand Down

0 comments on commit 606fd9f

Please sign in to comment.