diff options
author | comex | 2015-01-25 01:26:43 -0500 |
---|---|---|
committer | comex | 2015-01-25 01:26:43 -0500 |
commit | d3ea2155062131724c01d7f6727fdf90a4063b4d (patch) | |
tree | 6b3d4989b4f7ff9df464c8c18fffce488673274f /lib/arm | |
parent | fixes (diff) | |
download | substitute-d3ea2155062131724c01d7f6727fdf90a4063b4d.tar.gz |
fixes
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 */ |