diff options
author | comex | 2015-02-18 02:57:08 -0500 |
---|---|---|
committer | comex | 2015-02-18 02:57:08 -0500 |
commit | ce8cffd7cba9925779163fa4380f98b2f70f5a7b (patch) | |
tree | d5229e823757b8e836a28fd00ffd7bb1c67e4d7d /lib/arm/arch-dis.h | |
parent | er, don't unnecessarily spam thread start/resume. (diff) | |
download | substitute-ce8cffd7cba9925779163fa4380f98b2f70f5a7b.tar.gz |
various fixes
Diffstat (limited to 'lib/arm/arch-dis.h')
-rw-r--r-- | lib/arm/arch-dis.h | 1 |
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; |