On 2011-04-13, at 2:31 AM, Duncan Sands wrote: > Hi Cameron, > >> +; CHECK: align 3 > > shouldn't alignment be a power of 2? The align assembler directive on ARM uses the number of leading 0 bits of the address, not the byte alignment. Cameron