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/arm | |
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/arm')
-rw-r--r-- | lib/arm/jump-patch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/arm/jump-patch.h b/lib/arm/jump-patch.h index 5dd7d18..26153fa 100644 --- a/lib/arm/jump-patch.h +++ b/lib/arm/jump-patch.h @@ -2,7 +2,6 @@ #include "dis.h" #include "arm/assemble.h" #define MAX_JUMP_PATCH_SIZE 10 -#define MAX_EXTENDED_PATCH_SIZE (MAX_JUMP_PATCH_SIZE+14) static inline int jump_patch_size(uint_tptr pc, UNUSED uint_tptr dpc, |