aboutsummaryrefslogtreecommitdiff
path: root/lib/arm
diff options
context:
space:
mode:
authorReiko Asakura2021-03-21 17:07:50 -0400
committerReiko Asakura2021-03-21 17:07:50 -0400
commit6f788636b163ab354fb553e5a9cb3df8a433f3f0 (patch)
treec3e61b444cc153af7e576eeff0aa99ca7ec0df2d /lib/arm
parentAlign Thumb jump patch to halfword boundary (diff)
downloadsubstitute-6f788636b163ab354fb553e5a9cb3df8a433f3f0.tar.gz
Remove dead code for Vita: pc_callback
Diffstat (limited to 'lib/arm')
-rw-r--r--lib/arm/jump-patch.h1
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,