forked from KolibriOS/kolibrios
tiny bit
git-svn-id: svn://kolibrios.org@6472 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5435e675b8
commit
061798afec
@ -141,10 +141,9 @@ deltaToScreen = 28
|
|||||||
.drawUTF8:
|
.drawUTF8:
|
||||||
dec dword [esp]
|
dec dword [esp]
|
||||||
js .done
|
js .done
|
||||||
mov ecx, 256
|
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
call utf8to16
|
call utf8to16
|
||||||
test ax, ax
|
test eax, eax
|
||||||
jz .done
|
jz .done
|
||||||
cmp eax, 1419
|
cmp eax, 1419
|
||||||
jc @f
|
jc @f
|
||||||
|
Loading…
Reference in New Issue
Block a user