branch | RCL_3 |
changeset 249 | a179b74831c9 |
parent 33 | 0173bcd7697c |
child 294 | 039a3e647356 |
--- a/kernel/eka/drivers/medint/iram.cpp Thu Jul 15 20:11:42 2010 +0300 +++ b/kernel/eka/drivers/medint/iram.cpp Thu Aug 19 11:14:22 2010 +0300 @@ -200,6 +200,7 @@ caps.iEraseBlockSize=TInternalRamDrive::MaxSize(); // overload for RAM drive to avoid // F32 depending on memory model caps.iBlockSize=1; + SetTotalSizeInBytes(caps); return KErrNone; }