updated asm in block

bug/bundler_fix
rwhitcroft 2015-03-18 16:07:46 -04:00
parent 7ae97393e0
commit dab4333867
1 changed files with 1 additions and 1 deletions

View File

@ -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?