Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6639 → Rev 6741

/programs/fs/kfar/trunk/zlib/trees.asm
155,10 → 155,10
 
macro put_short s, w
{
movzx eax,word[s+deflate_state.pending]
mov eax,[s+deflate_state.pending]
add eax,[s+deflate_state.pending_buf]
mov word[eax],w
add word[s+deflate_state.pending],2
add dword[s+deflate_state.pending],2
}
 
; ===========================================================================
1875,7 → 1875,7
mov eax,[lx]
shl eax,1
add eax,[edi+deflate_state.lit_bufsize]
cmp word[edi+deflate_state.pending],ax
cmp [edi+deflate_state.pending],eax
jl @f
zlib_assert 'pendingBuf overflow' ;Assert(..<..)
@@: