forked from KolibriOS/kolibrios
bugfix of previous revision
git-svn-id: svn://kolibrios.org@917 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
45f369f418
commit
e22da872c9
@ -1058,6 +1058,7 @@ proc load_library stdcall, file_name:dword
|
|||||||
|
|
||||||
mov ebx, [coff]
|
mov ebx, [coff]
|
||||||
stdcall get_coff_sym,[sym],[ebx+CFH.nSymbols],sz_EXPORTS
|
stdcall get_coff_sym,[sym],[ebx+CFH.nSymbols],sz_EXPORTS
|
||||||
|
@@:
|
||||||
mov [exports], eax
|
mov [exports], eax
|
||||||
|
|
||||||
stdcall kernel_free, [coff]
|
stdcall kernel_free, [coff]
|
||||||
|
Loading…
Reference in New Issue
Block a user