On 18 May 2011 10:40, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 18 May 2011 10:18, Dmitry Konishchev <konishc...@gmail.com> wrote: > >> + * Attention! The len must be a multiple of 4 * sizeof(long) due to >> + * restriction of optimizations in this function. > > You could assert() this: > assert(argc % (4 * sizeof(long)) == 0);
s/len/argc/, obviously! -- PMM