forked from KolibriOS/kolibrios
bugfix. jmp to sys_sheduler
git-svn-id: svn://kolibrios.org@1366 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5c5874e6df
commit
2676add626
@ -1134,7 +1134,7 @@ endg
|
|||||||
align 4
|
align 4
|
||||||
f68:
|
f68:
|
||||||
cmp ebx,4
|
cmp ebx,4
|
||||||
jle sys_sheduler
|
jbe sys_sheduler
|
||||||
|
|
||||||
cmp ebx, 11
|
cmp ebx, 11
|
||||||
jb .fail
|
jb .fail
|
||||||
|
Loading…
Reference in New Issue
Block a user