fix for r6468 with CDs

git-svn-id: svn://kolibrios.org@6611 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2016-10-20 14:28:34 +00:00
parent f5fe90cb63
commit 7a0442863e

View File

@ -145,7 +145,9 @@ file_system_lfn:
cmp eax, fs_NumCdServices
jae @f
add ebx, 4
push ebp
call dword[fs_CdServices + eax*4]
pop ebp
mov [image_of_eax], eax
mov [image_of_ebx], ebx
@@: