aboutsummaryrefslogtreecommitdiff
path: root/lib/arm
diff options
context:
space:
mode:
authorcomex2015-02-18 02:57:08 -0500
committercomex2015-02-18 02:57:08 -0500
commitce8cffd7cba9925779163fa4380f98b2f70f5a7b (patch)
treed5229e823757b8e836a28fd00ffd7bb1c67e4d7d /lib/arm
parenter, don't unnecessarily spam thread start/resume. (diff)
downloadsubstitute-ce8cffd7cba9925779163fa4380f98b2f70f5a7b.tar.gz
various fixes
Diffstat (limited to 'lib/arm')
-rw-r--r--lib/arm/arch-dis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arm/arch-dis.h b/lib/arm/arch-dis.h
index 8f2400b..1c63b12 100644
--- a/lib/arm/arch-dis.h
+++ b/lib/arm/arch-dis.h
@@ -16,6 +16,7 @@
* since only the actually used space will be taken up in the final output
*/
#define TD_MAX_REWRITTEN_SIZE (7*4*7 + 4) /* 196 */
+#define ARCH_MAX_CODE_ALIGNMENT 4
struct arch_pcrel_info {
unsigned reg;