diff -r a179b74831c9 -r c1f20ce4abcf kerneltest/e32test/math/t_i64.cpp --- a/kerneltest/e32test/math/t_i64.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/math/t_i64.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -138,7 +138,7 @@ { while (aMod >= (t << 31)) { - aDiv += static_cast(1 << 31); + aDiv += static_cast(1U << 31); aMod -= t << 31; } }