forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@3743 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d59bc76c6d
commit
906756cda2
@ -260,7 +260,7 @@ ext2_setup:
|
|||||||
mov ecx, [ebp+PARTITION.Disk]
|
mov ecx, [ebp+PARTITION.Disk]
|
||||||
mov [eax+EXTFS.Disk], ecx
|
mov [eax+EXTFS.Disk], ecx
|
||||||
mov [eax+EXTFS.FSUserFunctions], ext2_user_functions
|
mov [eax+EXTFS.FSUserFunctions], ext2_user_functions
|
||||||
push ebp esi
|
push ebp esi edi
|
||||||
mov ebp, eax
|
mov ebp, eax
|
||||||
lea ecx, [eax+EXTFS.Lock]
|
lea ecx, [eax+EXTFS.Lock]
|
||||||
call mutex_init
|
call mutex_init
|
||||||
@ -323,7 +323,7 @@ ext2_setup:
|
|||||||
call ext2_get_inode ; read root inode
|
call ext2_get_inode ; read root inode
|
||||||
|
|
||||||
mov eax, ebp ; return pointer to EXTFS
|
mov eax, ebp ; return pointer to EXTFS
|
||||||
pop esi ebp ebx
|
pop edi esi ebp ebx
|
||||||
ret
|
ret
|
||||||
endp
|
endp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user