forked from KolibriOS/kolibrios
fix call function
git-svn-id: svn://kolibrios.org@9432 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2689ca976d
commit
1168314a69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user