forked from KolibriOS/kolibrios
force behaviour as before r1989, r1992
git-svn-id: svn://kolibrios.org@2101 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5a5c11b26d
commit
1b390fd667
@ -165,12 +165,14 @@ align 16
|
|||||||
jnz @f
|
jnz @f
|
||||||
push eax
|
push eax
|
||||||
call [irq14_func]
|
call [irq14_func]
|
||||||
|
mov [check_idle_semaphore],5
|
||||||
pop eax
|
pop eax
|
||||||
@@:
|
@@:
|
||||||
cmp al, 15
|
cmp al, 15
|
||||||
jnz @f
|
jnz @f
|
||||||
push eax
|
push eax
|
||||||
call [irq15_func]
|
call [irq15_func]
|
||||||
|
mov [check_idle_semaphore],5
|
||||||
pop eax
|
pop eax
|
||||||
@@:
|
@@:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user