diff options
author | Reiko Asakura | 2021-03-21 17:07:50 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-21 17:07:50 -0400 |
commit | 6f788636b163ab354fb553e5a9cb3df8a433f3f0 (patch) | |
tree | c3e61b444cc153af7e576eeff0aa99ca7ec0df2d /lib/execmem.h | |
parent | Align Thumb jump patch to halfword boundary (diff) | |
download | substitute-6f788636b163ab354fb553e5a9cb3df8a433f3f0.tar.gz |
Remove dead code for Vita: pc_callback
Diffstat (limited to 'lib/execmem.h')
-rw-r--r-- | lib/execmem.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/execmem.h b/lib/execmem.h index 9e2f8ca..fe8362f 100644 --- a/lib/execmem.h +++ b/lib/execmem.h @@ -18,6 +18,4 @@ struct execmem_foreign_write { }; typedef uintptr_t (*execmem_pc_patch_callback)(void *ctx, uintptr_t pc); int execmem_foreign_write_with_pc_patch(struct execmem_foreign_write *writes, - size_t nwrites, - execmem_pc_patch_callback callback, - void *callback_ctx); + size_t nwrites); |