forked from KolibriOS/kolibrios
Fixed a bug with a pause at startup
git-svn-id: svn://kolibrios.org@3985 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cf30609884
commit
9aa1618831
@ -2,14 +2,6 @@ BGRedrawThread:
|
|||||||
|
|
||||||
mcall 40,010000b
|
mcall 40,010000b
|
||||||
|
|
||||||
|
|
||||||
BGRTmessages:
|
|
||||||
mcall 10
|
|
||||||
sub eax,5
|
|
||||||
jz BGRTRedrawIcons
|
|
||||||
|
|
||||||
jmp BGRTmessages
|
|
||||||
|
|
||||||
BGRTRedrawIcons:
|
BGRTRedrawIcons:
|
||||||
mcall 48,5
|
mcall 48,5
|
||||||
mov dx,ax
|
mov dx,ax
|
||||||
@ -34,6 +26,14 @@ BGRTRedrawIcons:
|
|||||||
pop ecx
|
pop ecx
|
||||||
loop @b
|
loop @b
|
||||||
.NoDraw:
|
.NoDraw:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BGRTmessages:
|
||||||
|
mcall 10
|
||||||
|
sub eax,5
|
||||||
|
jz BGRTRedrawIcons
|
||||||
|
|
||||||
jmp BGRTmessages
|
jmp BGRTmessages
|
||||||
|
|
||||||
|
|
||||||
@ -41,4 +41,3 @@ BGRTRedrawIcons:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user