small fix

git-svn-id: svn://kolibrios.org@6036 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2016-01-07 09:13:48 +00:00
parent d2b0bd402d
commit 67994d9c74
2 changed files with 2 additions and 2 deletions

View File

@ -1920,7 +1920,7 @@ fat_Read:
jnz .noaccess3
pop ecx
xor edx, edx
jcxz .done
jecxz .done
jmp .alignedCluster
.readEnd:
add ecx, edi

View File

@ -241,7 +241,7 @@ deltaToScreen = 28
.drawPicture:
mov eax, -1
repz scasd
jcxz @f
jecxz @f
mov eax, edx
sub eax, ecx
push ecx