* H. J. Lu: > +/* NB: Hide memalign from compiler since compiler may optimize it out > + and -1 alignment isn't a power > + of two. */ > +__typeof (memalign) *memalign_p = memalign; Shouldn't the pointer be volatile to really hide things? Thanks, Florian