Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 10015 → Rev 10016

/kernel/trunk/fs/fs_lfn.inc
448,8 → 448,10
jz @f
mov eax, dword[ebp+DISK.MediaInfo.Capacity]
mov edx, dword[ebp+DISK.MediaInfo.Capacity+4]
shld edx, eax, 9
shl eax, 9
mov ecx, [ebp + DISK.MediaInfo.SectorSize]
bsf ecx, ecx
shld edx, eax, cl
shl eax, cl
mov [edi+36], edx
mov [edi+32], eax
@@: