diff options
Diffstat (limited to 'lib/arm')
-rw-r--r-- | lib/arm/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/arm/misc.h b/lib/arm/misc.h index 7ce1c05..f8d593e 100644 --- a/lib/arm/misc.h +++ b/lib/arm/misc.h @@ -10,5 +10,3 @@ struct arch_dis_ctx { }; enum { IS_LDRD_STRD = 1 << 16 }; -#define JUMP_PATCH_SIZE 8 -#define MAX_REWRITTEN_SIZE (12 * 4) /* actually should be less */ |