Skip to content

Commit

Permalink
Add MIPS stub
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 10, 2024
1 parent f007490 commit 54b3265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gum/backend-mips/gumstalker-mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ gum_stalker_iterator_keep (GumStalkerIterator * self)
{
}

void
gum_stalker_iterator_put_chaining_return (GumStalkerIterator * self)
{
}

GumMemoryAccess
gum_stalker_iterator_get_memory_access (GumStalkerIterator * self)
{
Expand Down

0 comments on commit 54b3265

Please sign in to comment.