Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6409 → Rev 6408

/kernel/trunk/fs/ntfs.inc
2228,13 → 2228,15
add ecx, [esi+recordRealSize]
cmp [esi+recordAllocatedSize], ecx
jc .errorPop3 ; tree grow required
push edi eax
sub ecx, 8
mov [esi+recordRealSize], ecx
add esi, ecx
push edi eax esi
call .ntfsNodeAlloc
pop ecx edi
pop esi eax edi
jc ntfsErrorPop3
push edi
mov edi, [ebp+NTFS.indexRoot]
mov eax, ecx
add [ebp+NTFS.attr_offs], eax
add [edi+sizeWithHeader], eax
add [edi+sizeWithoutHeader], eax
2244,9 → 2246,6
add [ecx+rootNode+nodeAllocatedSize], eax
add ecx, [ebp+NTFS.indexPointer]
sub ecx, [ebp+NTFS.secondIndexBuffer]
mov esi, [ebp+NTFS.frs_buffer]
add [esi+recordRealSize], eax
add esi, [esi+recordRealSize]
mov edi, esi
sub esi, eax
neg ecx