ntfs small fix

git-svn-id: svn://kolibrios.org@6820 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2016-12-29 11:12:15 +00:00
parent 0b7080c6d1
commit 54c3526028

View File

@ -2910,10 +2910,11 @@ resizeAttribute:
shr edi, 5 shr edi, 5
shl edi, 2 shl edi, 2
push eax push eax
cmp edi, [ebp+NTFS.BitmapStart]
jnc @f
cmp [ebp+NTFS.cur_iRecord], 0 cmp [ebp+NTFS.cur_iRecord], 0
jz @f jz @f
cmp edi, [ebp+NTFS.BitmapStart] mov edi, [ebp+NTFS.BitmapStart]
jc .err1
@@: @@:
call ntfsSpaceAlloc call ntfsSpaceAlloc
jc .err1 jc .err1