bugfix of previous revision

git-svn-id: svn://kolibrios.org@917 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2008-11-10 20:37:53 +00:00
parent 45f369f418
commit e22da872c9

View File

@ -1058,6 +1058,7 @@ proc load_library stdcall, file_name:dword
mov ebx, [coff]
stdcall get_coff_sym,[sym],[ebx+CFH.nSymbols],sz_EXPORTS
@@:
mov [exports], eax
stdcall kernel_free, [coff]