fix call function

git-svn-id: svn://kolibrios.org@9432 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom 2021-12-17 06:22:21 +00:00
parent 2689ca976d
commit 1168314a69

View File

@ -174,7 +174,9 @@ srv_handlerEx:
mov eax, [ecx+handle]
cmp eax, OS_BASE
jae .fail
jae @f
jmp .fail
@@:
cmp [eax+SRV.magic], ' SRV'
jne .fail