From ce8cffd7cba9925779163fa4380f98b2f70f5a7b Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 18 Feb 2015 02:57:08 -0500 Subject: various fixes --- lib/arm/arch-dis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/arm') 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; -- cgit v1.2.3