forked from KolibriOS/kolibrios
ext2 fix stack inconsistent in ext2_HdRead
git-svn-id: svn://kolibrios.org@3314 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
33eee384bf
commit
e239be3fe2
@ -1011,7 +1011,6 @@ ext2_HdRead:
|
|||||||
.only_one_block:
|
.only_one_block:
|
||||||
mov esi, ebx
|
mov esi, ebx
|
||||||
rep movsb ;кусок last блока
|
rep movsb ;кусок last блока
|
||||||
pop eax
|
|
||||||
jmp .end_read
|
jmp .end_read
|
||||||
|
|
||||||
.error_at_first_block:
|
.error_at_first_block:
|
||||||
|
Loading…
Reference in New Issue
Block a user