Subversion Repositories Kolibri OS

Rev

Rev 6617 | Rev 6741 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6617 Rev 6639
Line 245... Line 245...
245
	mov byte[eax],c
245
	mov byte[eax],c
246
	inc word[s+deflate_state.pending]
246
	inc word[s+deflate_state.pending]
247
}
247
}
248
macro put_dword s, d
248
macro put_dword s, d
249
{
249
{
250
;mov eax,d
-
 
251
;zlib_debug '(%d)',eax
250
	zlib_debug '(%d)',d
252
	movzx eax,word[s+deflate_state.pending]
251
	movzx eax,word[s+deflate_state.pending]
253
	add eax,[s+deflate_state.pending_buf]
252
	add eax,[s+deflate_state.pending_buf]
254
	mov dword[eax],d
253
	mov dword[eax],d
255
	add word[s+deflate_state.pending],4
254
	add word[s+deflate_state.pending],4
256
}
255
}