forked from KolibriOS/kolibrios
ext2 fix stack inconsistent in ext2_find_lfn
git-svn-id: svn://kolibrios.org@3316 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5769420383
commit
3cd1e6838b
@ -1133,11 +1133,11 @@ ext2_find_lfn:
|
|||||||
sub eax, [ext2_data.count_block_in_block]
|
sub eax, [ext2_data.count_block_in_block]
|
||||||
jle .not_found
|
jle .not_found
|
||||||
|
|
||||||
|
push eax
|
||||||
inc ecx
|
inc ecx
|
||||||
jmp .folder_block_cycle
|
jmp .folder_block_cycle
|
||||||
|
|
||||||
.not_found:
|
.not_found:
|
||||||
pop ebx
|
|
||||||
mov eax, ERROR_FILE_NOT_FOUND
|
mov eax, ERROR_FILE_NOT_FOUND
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user