Debug output fix for llseek syscall.

This commit is contained in:
Ivan Baravy 2018-05-17 11:20:54 +03:00
parent cff6d94c58
commit 8875002b32

View File

@ -70,7 +70,7 @@ proc disk_read stdcall, userdata, buffer, startsector:qword, numsectors
mov edx, dword[startsector + 4] ; sector hi
xor ecx, ecx
imul edx, eax, 512
;DEBUGF 1, "lseek to: %x\n", ecx
;DEBUGF 1, "lseek to: %x\n", edx
mov eax, [userdata]
mov ebx, [eax + FILE_DISK.fd]
sub esp, 8