kerneltest/e32test/mmu/d_demandpaging.cpp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
--- a/kerneltest/e32test/mmu/d_demandpaging.cpp	Thu Aug 19 11:14:22 2010 +0300
+++ b/kerneltest/e32test/mmu/d_demandpaging.cpp	Tue Aug 31 16:34:26 2010 +0300
@@ -158,7 +158,7 @@
 	case RDemandPagingTestLdd::ESetRealtimeTrace:
 		{
 #if defined(_DEBUG)
-		TUint32 bit = TUint32(1<<(KREALTIME&31));
+		TUint32 bit = TUint32(1U<<(KREALTIME&31));
 		__e32_atomic_axo_ord32(&Kern::SuperPage().iDebugMask[KREALTIME>>5], ~bit, a1?bit:0);
 #if 0 // can enable this to help debugging
 		bit = (1<<(KPAGING&31));