forked from KolibriOS/kolibrios
ext fs small fix
git-svn-id: svn://kolibrios.org@6859 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
80c223b078
commit
53c5e5426f
@ -586,6 +586,7 @@ extfsExtentAlloc:
|
|||||||
or eax, -1
|
or eax, -1
|
||||||
rep stosd
|
rep stosd
|
||||||
mov ecx, ebx
|
mov ecx, ebx
|
||||||
|
jecxz .done
|
||||||
neg ecx
|
neg ecx
|
||||||
add ecx, 32
|
add ecx, 32
|
||||||
shr eax, cl
|
shr eax, cl
|
||||||
|
Loading…
Reference in New Issue
Block a user