added check for correctness in 68.25

git-svn-id: svn://kolibrios.org@1081 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2009-05-25 10:29:59 +00:00
parent 9fa3e91df1
commit 25030c977d

View File

@ -1054,6 +1054,8 @@ f68:
mov [esp+36], eax
ret
.25:
cmp ebx,32
jae .fail
mov eax, [current_slot]
btr [eax+APPDATA.except_mask],ebx
setc byte[esp+36]