forked from KolibriOS/kolibrios
sound loader: fix crash if the target driver has refused to load
git-svn-id: svn://kolibrios.org@5234 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
25e4a4ef4d
commit
87f04de658
@ -251,7 +251,7 @@ proc detect_controller
|
|||||||
|
|
||||||
invoke GetService, dword[edi+4]
|
invoke GetService, dword[edi+4]
|
||||||
test eax, eax
|
test eax, eax
|
||||||
jz .next
|
jz .fail
|
||||||
|
|
||||||
mov edx, [eax+SRV.entry]
|
mov edx, [eax+SRV.entry]
|
||||||
mov [srv_entry], edx
|
mov [srv_entry], edx
|
||||||
|
Loading…
Reference in New Issue
Block a user