Fixed bug with function 47 introduced in rev. 194

git-svn-id: svn://kolibrios.org@200 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2006-10-28 15:04:51 +00:00
parent f5c7d5551c
commit ed2a996944

View File

@ -552,7 +552,7 @@ include 'vmodeld.inc'
shr ebx, 20
mov edi, 1
mov eax, 0x00040000
call display_number
call display_number_force
; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f
@ -1246,6 +1246,8 @@ display_number:
; ebx = number or pointer
; ecx = x shl 16 + y
; edx = color
xor edi, edi
display_number_force:
cmp eax,0xffff ; length > 0 ?
jge cont_displ