The code "mcall 5" is needed because OS uses a new scheduler for kernel(SVN r.3534)

git-svn-id: svn://kolibrios.org@3715 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-06-27 21:42:06 +00:00
parent f9537aeeae
commit ce7afea235
2 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ ColorDialog_exit
; is not cleared without call of func 0.
; In this case is suitable only func 5 and 11,
; or 68.1 and 11 for better response.
; mcall 5,10
mcall 68,1
mcall 5,10 ; because OS uses a new scheduler for kernel(SVN r.3534)
mcall 11
cmp eax,1
je .draw

View File

@ -229,8 +229,8 @@ OpenDialog_exit
; is not cleared without call of func 0.
; In this case is suitable only func 5 and 11,
; or 68.1 and 11 for better response.
; mcall 5,10
mcall 68,1
mcall 5,10 ; because OS uses a new scheduler for kernel(SVN r.3534)
mcall 11
cmp eax,1
je .draw