Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6881 → Rev 6883

/programs/fs/kfar/trunk/kfar_arc/crc.inc
15,6 → 15,12
jnz .1
ret
 
crc_continue:
; in: eax = pervios crc, ecx = size, esi->buffer
; out: eax = crc
xor eax,-1
jmp crc.loop
 
crc:
; in: ecx=size, esi->buffer
; out: eax=crc
/programs/fs/kfar/trunk/zlib/crc32.asm
115,7 → 115,7
mov eax,[p1crc]
mov ecx,[len]
push edx
call crc
call crc_continue
pop edx
.end_f:
ret