kerneltest/e32test/math/t_i64.cpp
changeset 109 b3a1d9898418
parent 15 4122176ea935
child 257 3e88ff8f41d5
--- a/kerneltest/e32test/math/t_i64.cpp	Mon May 03 13:47:38 2010 +0300
+++ b/kerneltest/e32test/math/t_i64.cpp	Fri May 14 17:13:29 2010 +0300
@@ -138,7 +138,7 @@
 			{
 			while (aMod >= (t << 31))
 				{
-				aDiv += static_cast<TUint32>(1 << 31);
+				aDiv += static_cast<TUint32>(1U << 31);
 				aMod -= t << 31;
 				}
 			}