updated asm in block

This commit is contained in:
rwhitcroft
2015-03-18 16:07:46 -04:00
parent 7ae97393e0
commit dab4333867
@@ -145,7 +145,7 @@ download_more:
test eax,eax ; download failed? (optional?)
jz failure
mov rax, [rdi]
mov ax, word ptr [edi]
add rbx, rax ; buffer += bytes_received
test rax,rax ; optional?