forked from KolibriOS/kolibrios
fix for r6468 with CDs
git-svn-id: svn://kolibrios.org@6611 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f5fe90cb63
commit
7a0442863e
@ -145,7 +145,9 @@ file_system_lfn:
|
|||||||
cmp eax, fs_NumCdServices
|
cmp eax, fs_NumCdServices
|
||||||
jae @f
|
jae @f
|
||||||
add ebx, 4
|
add ebx, 4
|
||||||
|
push ebp
|
||||||
call dword[fs_CdServices + eax*4]
|
call dword[fs_CdServices + eax*4]
|
||||||
|
pop ebp
|
||||||
mov [image_of_eax], eax
|
mov [image_of_eax], eax
|
||||||
mov [image_of_ebx], ebx
|
mov [image_of_ebx], ebx
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
Reference in New Issue
Block a user