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:
CleverMouse 2014-12-16 15:05:19 +00:00
parent 25e4a4ef4d
commit 87f04de658

View File

@ -251,7 +251,7 @@ proc detect_controller
invoke GetService, dword[edi+4]
test eax, eax
jz .next
jz .fail
mov edx, [eax+SRV.entry]
mov [srv_entry], edx