diff options
Diffstat (limited to 'lib/arm/misc.h')
-rw-r--r-- | lib/arm/misc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/arm/misc.h b/lib/arm/misc.h index 3dc9633..7ce1c05 100644 --- a/lib/arm/misc.h +++ b/lib/arm/misc.h @@ -12,6 +12,3 @@ enum { IS_LDRD_STRD = 1 << 16 }; #define JUMP_PATCH_SIZE 8 #define MAX_REWRITTEN_SIZE (12 * 4) /* actually should be less */ -static inline bool can_reach_with_jump_patch(uintptr_t pc, uintptr_t dpc) { - return true; -} |