forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@6036 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d2b0bd402d
commit
67994d9c74
@ -1920,7 +1920,7 @@ fat_Read:
|
|||||||
jnz .noaccess3
|
jnz .noaccess3
|
||||||
pop ecx
|
pop ecx
|
||||||
xor edx, edx
|
xor edx, edx
|
||||||
jcxz .done
|
jecxz .done
|
||||||
jmp .alignedCluster
|
jmp .alignedCluster
|
||||||
.readEnd:
|
.readEnd:
|
||||||
add ecx, edi
|
add ecx, edi
|
||||||
|
@ -241,7 +241,7 @@ deltaToScreen = 28
|
|||||||
.drawPicture:
|
.drawPicture:
|
||||||
mov eax, -1
|
mov eax, -1
|
||||||
repz scasd
|
repz scasd
|
||||||
jcxz @f
|
jecxz @f
|
||||||
mov eax, edx
|
mov eax, edx
|
||||||
sub eax, ecx
|
sub eax, ecx
|
||||||
push ecx
|
push ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user