On Fri, 2008-08-22 at 11:09 +0530, Singh, Vimal wrote: > + rp16 = 0; > + rp17 = 0; /* to make cmpiler happy */ Please, use uint32_t uninitialized_var(rp17); to avoid unnecessary initialization to 0 and avoid gcc warning as well. -- Best regards, Artem Bityutskiy (Битюцкий Артём)