Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1688 → Rev 1689

/kernel/branches/Kolibri-A/trunk/fs/fs_lfn.inc
795,7 → 795,7
xor eax, eax
ret
.big:
push ecx
push ecx edx
push -'0'
mov ecx, 10
@@:
810,7 → 810,7
add al, '0'
stosb
jnz @b
pop ecx
pop edx ecx
pop eax
inc eax
ret