On Fri, Feb 08, 2013 at 11:17:43PM +0000, Ben Dooks wrote: > +#ifdef __ARMEB__ > +#define ARM_BE(x...) x > +#else > +#define ARM_BE(x..) Buggy. > +#endif Rather than littering the code with stuff like this, define it in one central place please, and include it where necessary.