forked from KolibriOS/kolibrios
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:
parent
f5c7d5551c
commit
ed2a996944
@ -552,7 +552,7 @@ include 'vmodeld.inc'
|
|||||||
shr ebx, 20
|
shr ebx, 20
|
||||||
mov edi, 1
|
mov edi, 1
|
||||||
mov eax, 0x00040000
|
mov eax, 0x00040000
|
||||||
call display_number
|
call display_number_force
|
||||||
|
|
||||||
; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f
|
; REDIRECT ALL IRQ'S TO INT'S 0x20-0x2f
|
||||||
|
|
||||||
@ -1246,6 +1246,8 @@ display_number:
|
|||||||
; ebx = number or pointer
|
; ebx = number or pointer
|
||||||
; ecx = x shl 16 + y
|
; ecx = x shl 16 + y
|
||||||
; edx = color
|
; edx = color
|
||||||
|
xor edi, edi
|
||||||
|
display_number_force:
|
||||||
|
|
||||||
cmp eax,0xffff ; length > 0 ?
|
cmp eax,0xffff ; length > 0 ?
|
||||||
jge cont_displ
|
jge cont_displ
|
||||||
|
Loading…
Reference in New Issue
Block a user