forked from KolibriOS/kolibrios
added check for correctness in 68.25
git-svn-id: svn://kolibrios.org@1081 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9fa3e91df1
commit
25030c977d
@ -1054,6 +1054,8 @@ f68:
|
|||||||
mov [esp+36], eax
|
mov [esp+36], eax
|
||||||
ret
|
ret
|
||||||
.25:
|
.25:
|
||||||
|
cmp ebx,32
|
||||||
|
jae .fail
|
||||||
mov eax, [current_slot]
|
mov eax, [current_slot]
|
||||||
btr [eax+APPDATA.except_mask],ebx
|
btr [eax+APPDATA.except_mask],ebx
|
||||||
setc byte[esp+36]
|
setc byte[esp+36]
|
||||||
|
Loading…
Reference in New Issue
Block a user