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
|
||||
pop ecx
|
||||
xor edx, edx
|
||||
jcxz .done
|
||||
jecxz .done
|
||||
jmp .alignedCluster
|
||||
.readEnd:
|
||||
add ecx, edi
|
||||
|
@ -241,7 +241,7 @@ deltaToScreen = 28
|
||||
.drawPicture:
|
||||
mov eax, -1
|
||||
repz scasd
|
||||
jcxz @f
|
||||
jecxz @f
|
||||
mov eax, edx
|
||||
sub eax, ecx
|
||||
push ecx
|
||||
|
Loading…
Reference in New Issue
Block a user