forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@6900 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
545bc303eb
commit
5d55e63e36
@ -106,8 +106,10 @@ dtext:
|
|||||||
jc @f
|
jc @f
|
||||||
bt ebx, 28
|
bt ebx, 28
|
||||||
jc .draw866toUni
|
jc .draw866toUni
|
||||||
lea eax, [eax*4+eax]
|
shl eax, 3
|
||||||
shr eax, 2
|
mov bx, 6
|
||||||
|
div bx
|
||||||
|
xor edx, edx
|
||||||
inc eax
|
inc eax
|
||||||
mov [esp], ecx
|
mov [esp], ecx
|
||||||
cmp eax, ecx
|
cmp eax, ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user